com.prosysopc.ua.types.opcua
Interface DataTypeDescriptionType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- DataTypeDescriptionTypeImpl, DataTypeDescriptionTypeImplBase, DataTypeDescriptionTypeNode, DataTypeDescriptionTypeNodeBase
public interface DataTypeDescriptionType
- extends BaseDataVariableType
The type for variable that represents the description of a data type encoding.
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
DATA_TYPE_VERSION
static final String DATA_TYPE_VERSION
- See Also:
- Constant Field Values
DICTIONARY_FRAGMENT
static final String DICTIONARY_FRAGMENT
- See Also:
- Constant Field Values
getDataTypeVersionNode
UaProperty getDataTypeVersionNode()
getDataTypeVersion
String getDataTypeVersion()
setDataTypeVersion
void setDataTypeVersion(String value)
throws StatusException
- Throws:
StatusException
getDictionaryFragmentNode
UaProperty getDictionaryFragmentNode()
getDictionaryFragment
org.opcfoundation.ua.builtintypes.ByteString getDictionaryFragment()
setDictionaryFragment
void setDictionaryFragment(org.opcfoundation.ua.builtintypes.ByteString value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.