com.prosysopc.ua.types.opcua
Interface CubeItemType
- All Superinterfaces:
- ArrayItemType, BaseDataVariableType, BaseInstanceType, BaseVariableType, DataItemType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- CubeItemTypeImpl, CubeItemTypeImplBase, CubeItemTypeNode, CubeItemTypeNodeBase
public interface CubeItemType
- extends ArrayItemType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.types.opcua.ArrayItemType |
getAxisScaleType, getAxisScaleTypeNode, getEngineeringUnits, getEngineeringUnitsNode, getEURange, getEURangeNode, getInstrumentRange, getInstrumentRangeNode, getTitle, getTitleNode, setAxisScaleType, setEngineeringUnits, setEURange, setInstrumentRange, setTitle |
| 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 |
X_AXIS_DEFINITION
static final String X_AXIS_DEFINITION
- See Also:
- Constant Field Values
Y_AXIS_DEFINITION
static final String Y_AXIS_DEFINITION
- See Also:
- Constant Field Values
Z_AXIS_DEFINITION
static final String Z_AXIS_DEFINITION
- See Also:
- Constant Field Values
getXAxisDefinitionNode
UaProperty getXAxisDefinitionNode()
getXAxisDefinition
org.opcfoundation.ua.core.AxisInformation getXAxisDefinition()
setXAxisDefinition
void setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
throws StatusException
- Throws:
StatusException
getYAxisDefinitionNode
UaProperty getYAxisDefinitionNode()
getYAxisDefinition
org.opcfoundation.ua.core.AxisInformation getYAxisDefinition()
setYAxisDefinition
void setYAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
throws StatusException
- Throws:
StatusException
getZAxisDefinitionNode
UaProperty getZAxisDefinitionNode()
getZAxisDefinition
org.opcfoundation.ua.core.AxisInformation getZAxisDefinition()
setZAxisDefinition
void setZAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.