com.prosysopc.ua.types.opcua
Interface NDimensionArrayItemType

All Superinterfaces:
ArrayItemType, BaseDataVariableType, BaseInstanceType, BaseVariableType, DataItemType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
NDimensionArrayItemTypeImpl, NDimensionArrayItemTypeImplBase, NDimensionArrayItemTypeNode, NDimensionArrayItemTypeNodeBase

public interface NDimensionArrayItemType
extends ArrayItemType

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


Field Summary
static String AXIS_DEFINITION
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ArrayItemType
AXIS_SCALE_TYPE, E_U_RANGE, ENGINEERING_UNITS, INSTRUMENT_RANGE, TITLE
 
Fields inherited from interface com.prosysopc.ua.types.opcua.DataItemType
DEFINITION, VALUE_PRECISION
 
Method Summary
 org.opcfoundation.ua.core.AxisInformation[] getAxisDefinition()
           
 UaProperty getAxisDefinitionNode()
           
 void setAxisDefinition(org.opcfoundation.ua.core.AxisInformation[] value)
           
 
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.types.opcua.DataItemType
getDefinition, getDefinitionNode, getValuePrecision, getValuePrecisionNode, setDefinition, setValuePrecision
 
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

AXIS_DEFINITION

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

getAxisDefinitionNode

UaProperty getAxisDefinitionNode()

getAxisDefinition

org.opcfoundation.ua.core.AxisInformation[] getAxisDefinition()

setAxisDefinition

void setAxisDefinition(org.opcfoundation.ua.core.AxisInformation[] value)
                       throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.