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