com.prosysopc.ua.types.opcua
Interface DataTypeDictionaryType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
DataTypeDictionaryTypeImpl, DataTypeDictionaryTypeImplBase, DataTypeDictionaryTypeNode, DataTypeDictionaryTypeNodeBase

public interface DataTypeDictionaryType
extends BaseDataVariableType

The type for variable that represents the collection of data type decriptions.

Generated on 2018-05-09 10:45:27


Field Summary
static String DATA_TYPE_VERSION
           
static String NAMESPACE_URI
           
 
Method Summary
 String getDataTypeVersion()
           
 UaProperty getDataTypeVersionNode()
           
 String getNamespaceUri()
           
 UaProperty getNamespaceUriNode()
           
 void setDataTypeVersion(String value)
           
 void setNamespaceUri(String value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
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
 

Field Detail

DATA_TYPE_VERSION

static final String DATA_TYPE_VERSION
See Also:
Constant Field Values

NAMESPACE_URI

static final String NAMESPACE_URI
See Also:
Constant Field Values
Method Detail

getDataTypeVersionNode

UaProperty getDataTypeVersionNode()

getDataTypeVersion

String getDataTypeVersion()

setDataTypeVersion

void setDataTypeVersion(String value)
                        throws StatusException
Throws:
StatusException

getNamespaceUriNode

UaProperty getNamespaceUriNode()

getNamespaceUri

String getNamespaceUri()

setNamespaceUri

void setNamespaceUri(String value)
                     throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.