public class MethodAttributes extends NodeAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodAttributes.Builder |
static class |
MethodAttributes.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
MethodAttributes() |
|
MethodAttributes(Boolean f_executable,
Boolean f_userExecutable) |
protected |
MethodAttributes(UaDataTypeSpecification specification) |
|
MethodAttributes(UnsignedInteger f_specifiedAttributes,
LocalizedText f_displayName,
LocalizedText f_description,
UnsignedInteger f_writeMask,
UnsignedInteger f_userWriteMask,
Boolean f_executable,
Boolean f_userExecutable) |
| Modifier and Type | Method and Description |
|---|---|
static MethodAttributes.Builder |
builder() |
MethodAttributes |
clone()
Clones the Structure.
|
Boolean |
getExecutable() |
Boolean |
getUserExecutable() |
void |
setExecutable(Boolean value) |
void |
setUserExecutable(Boolean value) |
MethodAttributes.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
getDescription, getDisplayName, getSpecifiedAttributes, getUserWriteMask, getWriteMask, setDescription, setDisplayName, setSpecifiedAttributes, setUserWriteMask, setWriteMaskbuilderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public MethodAttributes()
protected MethodAttributes(UaDataTypeSpecification specification)
public MethodAttributes(UnsignedInteger f_specifiedAttributes, LocalizedText f_displayName, LocalizedText f_description, UnsignedInteger f_writeMask, UnsignedInteger f_userWriteMask, Boolean f_executable, Boolean f_userExecutable)
public Boolean getExecutable()
public void setExecutable(Boolean value)
public Boolean getUserExecutable()
public void setUserExecutable(Boolean value)
public MethodAttributes clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class NodeAttributespublic static MethodAttributes.Builder builder()
public MethodAttributes.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class NodeAttributesCopyright © 2026. All rights reserved.