public class GenericAttributes extends NodeAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericAttributes.Builder |
static class |
GenericAttributes.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
GenericAttributes() |
|
GenericAttributes(GenericAttributeValue[] f_attributeValues) |
protected |
GenericAttributes(UaDataTypeSpecification specification) |
|
GenericAttributes(UnsignedInteger f_specifiedAttributes,
LocalizedText f_displayName,
LocalizedText f_description,
UnsignedInteger f_writeMask,
UnsignedInteger f_userWriteMask,
GenericAttributeValue[] f_attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
static GenericAttributes.Builder |
builder() |
GenericAttributes |
clone()
Clones the Structure.
|
GenericAttributeValue[] |
getAttributeValues() |
void |
setAttributeValues(GenericAttributeValue[] value) |
GenericAttributes.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 GenericAttributes()
protected GenericAttributes(UaDataTypeSpecification specification)
public GenericAttributes(GenericAttributeValue[] f_attributeValues)
public GenericAttributes(UnsignedInteger f_specifiedAttributes, LocalizedText f_displayName, LocalizedText f_description, UnsignedInteger f_writeMask, UnsignedInteger f_userWriteMask, GenericAttributeValue[] f_attributeValues)
public GenericAttributeValue[] getAttributeValues()
public void setAttributeValues(GenericAttributeValue[] value)
public GenericAttributes clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class NodeAttributespublic static GenericAttributes.Builder builder()
public GenericAttributes.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class NodeAttributesCopyright © 2026. All rights reserved.