com.prosysopc.ua.types.opcua
Interface OptionSetType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- OptionSetTypeImpl, OptionSetTypeImplBase, OptionSetTypeNode, OptionSetTypeNodeBase
public interface OptionSetType
- 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 |
OPTION_SET_VALUES
static final String OPTION_SET_VALUES
- See Also:
- Constant Field Values
BIT_MASK
static final String BIT_MASK
- See Also:
- Constant Field Values
getOptionSetValuesNode
UaProperty getOptionSetValuesNode()
getOptionSetValues
org.opcfoundation.ua.builtintypes.LocalizedText[] getOptionSetValues()
setOptionSetValues
void setOptionSetValues(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
throws StatusException
- Throws:
StatusException
getBitMaskNode
UaProperty getBitMaskNode()
isBitMask
Boolean[] isBitMask()
setBitMask
void setBitMask(Boolean[] value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.