com.prosysopc.ua.types.opcua
Interface StateVariableType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Subinterfaces:
- FiniteStateVariableType, TwoStateVariableType
- All Known Implementing Classes:
- FiniteStateVariableTypeImpl, FiniteStateVariableTypeImplBase, FiniteStateVariableTypeNode, FiniteStateVariableTypeNodeBase, StateVariableTypeImpl, StateVariableTypeImplBase, StateVariableTypeNode, StateVariableTypeNodeBase, TwoStateVariableTypeImpl, TwoStateVariableTypeImplBase, TwoStateVariableTypeNode, TwoStateVariableTypeNodeBase
public interface StateVariableType
- extends BaseDataVariableType
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 |
ID
static final String ID
- See Also:
- Constant Field Values
NAME
static final String NAME
- See Also:
- Constant Field Values
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
EFFECTIVE_DISPLAY_NAME
static final String EFFECTIVE_DISPLAY_NAME
- See Also:
- Constant Field Values
getIdNode
UaProperty getIdNode()
getId
Object getId()
setId
void setId(Object value)
throws StatusException
- Throws:
StatusException
getNameNode
UaProperty getNameNode()
getName
org.opcfoundation.ua.builtintypes.QualifiedName getName()
setName
void setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
throws StatusException
- Throws:
StatusException
getNumberNode
UaProperty getNumberNode()
getNumber
org.opcfoundation.ua.builtintypes.UnsignedInteger getNumber()
setNumber
void setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getEffectiveDisplayNameNode
UaProperty getEffectiveDisplayNameNode()
getEffectiveDisplayName
org.opcfoundation.ua.builtintypes.LocalizedText getEffectiveDisplayName()
setEffectiveDisplayName
void setEffectiveDisplayName(org.opcfoundation.ua.builtintypes.LocalizedText value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.