com.prosysopc.ua.types.opcua
Interface ImageItemType

All Superinterfaces:
ArrayItemType, BaseDataVariableType, BaseInstanceType, BaseVariableType, DataItemType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
ImageItemTypeImpl, ImageItemTypeImplBase, ImageItemTypeNode, ImageItemTypeNodeBase

public interface ImageItemType
extends ArrayItemType

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


Field Summary
static String X_AXIS_DEFINITION
           
static String Y_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 getXAxisDefinition()
           
 UaProperty getXAxisDefinitionNode()
           
 org.opcfoundation.ua.core.AxisInformation getYAxisDefinition()
           
 UaProperty getYAxisDefinitionNode()
           
 void setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void setYAxisDefinition(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

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
Method Detail

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


Copyright © 2018. All rights reserved.