com.prosysopc.ua.types.opcua
Interface ArrayItemType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, DataItemType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Subinterfaces:
CubeItemType, ImageItemType, NDimensionArrayItemType, XYArrayItemType, YArrayItemType
All Known Implementing Classes:
ArrayItemTypeImpl, ArrayItemTypeImplBase, ArrayItemTypeNode, ArrayItemTypeNodeBase, CubeItemTypeImpl, CubeItemTypeImplBase, CubeItemTypeNode, CubeItemTypeNodeBase, ImageItemTypeImpl, ImageItemTypeImplBase, ImageItemTypeNode, ImageItemTypeNodeBase, NDimensionArrayItemTypeImpl, NDimensionArrayItemTypeImplBase, NDimensionArrayItemTypeNode, NDimensionArrayItemTypeNodeBase, XYArrayItemTypeImpl, XYArrayItemTypeImplBase, XYArrayItemTypeNode, XYArrayItemTypeNodeBase, YArrayItemTypeImpl, YArrayItemTypeImplBase, YArrayItemTypeNode, YArrayItemTypeNodeBase

public interface ArrayItemType
extends DataItemType

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


Field Summary
static String AXIS_SCALE_TYPE
           
static String E_U_RANGE
           
static String ENGINEERING_UNITS
           
static String INSTRUMENT_RANGE
           
static String TITLE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.DataItemType
DEFINITION, VALUE_PRECISION
 
Method Summary
 org.opcfoundation.ua.core.AxisScaleEnumeration getAxisScaleType()
           
 UaProperty getAxisScaleTypeNode()
           
 org.opcfoundation.ua.core.EUInformation getEngineeringUnits()
           
 UaProperty getEngineeringUnitsNode()
           
 org.opcfoundation.ua.core.Range getEURange()
           
 UaProperty getEURangeNode()
           
 org.opcfoundation.ua.core.Range getInstrumentRange()
           
 UaProperty getInstrumentRangeNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getTitle()
           
 UaProperty getTitleNode()
           
 void setAxisScaleType(org.opcfoundation.ua.core.AxisScaleEnumeration value)
           
 void setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
           
 void setEURange(org.opcfoundation.ua.core.Range value)
           
 void setInstrumentRange(org.opcfoundation.ua.core.Range value)
           
 void setTitle(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 
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

INSTRUMENT_RANGE

static final String INSTRUMENT_RANGE
See Also:
Constant Field Values

E_U_RANGE

static final String E_U_RANGE
See Also:
Constant Field Values

ENGINEERING_UNITS

static final String ENGINEERING_UNITS
See Also:
Constant Field Values

TITLE

static final String TITLE
See Also:
Constant Field Values

AXIS_SCALE_TYPE

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

getInstrumentRangeNode

UaProperty getInstrumentRangeNode()

getInstrumentRange

org.opcfoundation.ua.core.Range getInstrumentRange()

setInstrumentRange

void setInstrumentRange(org.opcfoundation.ua.core.Range value)
                        throws StatusException
Throws:
StatusException

getEURangeNode

UaProperty getEURangeNode()

getEURange

org.opcfoundation.ua.core.Range getEURange()

setEURange

void setEURange(org.opcfoundation.ua.core.Range value)
                throws StatusException
Throws:
StatusException

getEngineeringUnitsNode

UaProperty getEngineeringUnitsNode()

getEngineeringUnits

org.opcfoundation.ua.core.EUInformation getEngineeringUnits()

setEngineeringUnits

void setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
                         throws StatusException
Throws:
StatusException

getTitleNode

UaProperty getTitleNode()

getTitle

org.opcfoundation.ua.builtintypes.LocalizedText getTitle()

setTitle

void setTitle(org.opcfoundation.ua.builtintypes.LocalizedText value)
              throws StatusException
Throws:
StatusException

getAxisScaleTypeNode

UaProperty getAxisScaleTypeNode()

getAxisScaleType

org.opcfoundation.ua.core.AxisScaleEnumeration getAxisScaleType()

setAxisScaleType

void setAxisScaleType(org.opcfoundation.ua.core.AxisScaleEnumeration value)
                      throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.