public interface DataTypeNode extends Node
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsAbstract()
The IsAbstract attribute specifies if the DataType is abstract or not.
|
void |
setIsAbstract(Boolean isAbstract)
Set the IsAbstract attribute of this DataType.
|
getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskBoolean getIsAbstract()
Abstract DataTypes can be used in the AddressSpace, i.e. Variables and VariableTypes can point with their DataType Attribute to an abstract DataType. However, concrete values can never be of an abstract DataType and shall always be of a concrete subtype of the abstract DataType.
true if the DataType is abstract.void setIsAbstract(Boolean isAbstract)
isAbstract - true if thisCopyright © 2018. All rights reserved.