public interface FrameType extends BaseDataVariableType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_FRAME |
static String |
CARTESIAN_COORDINATES |
static String |
CONSTANT |
static String |
FIXED_BASE |
static String |
ORIENTATION |
| Modifier and Type | Method and Description |
|---|---|
NodeId |
getBaseFrame() |
BaseDataVariableType |
getBaseFrameNode() |
CartesianCoordinates |
getCartesianCoordinates() |
CartesianCoordinatesType |
getCartesianCoordinatesNode() |
UaProperty |
getConstantNode() |
UaProperty |
getFixedBaseNode() |
Orientation |
getOrientation() |
OrientationType |
getOrientationNode() |
Boolean |
isConstant() |
Boolean |
isFixedBase() |
void |
setBaseFrame(NodeId value) |
void |
setCartesianCoordinates(CartesianCoordinates value) |
void |
setConstant(Boolean value) |
void |
setFixedBase(Boolean value) |
void |
setOrientation(Orientation value) |
getValue, setValuegetQualifiedNameaddDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevelgetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdgetArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRankaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String FIXED_BASE
static final String CONSTANT
static final String ORIENTATION
static final String CARTESIAN_COORDINATES
static final String BASE_FRAME
UaProperty getFixedBaseNode()
Boolean isFixedBase()
void setFixedBase(Boolean value) throws StatusException
StatusExceptionUaProperty getConstantNode()
Boolean isConstant()
void setConstant(Boolean value) throws StatusException
StatusExceptionOrientationType getOrientationNode()
Orientation getOrientation()
void setOrientation(Orientation value) throws StatusException
StatusExceptionCartesianCoordinatesType getCartesianCoordinatesNode()
CartesianCoordinates getCartesianCoordinates()
void setCartesianCoordinates(CartesianCoordinates value) throws StatusException
StatusExceptionBaseDataVariableType getBaseFrameNode()
NodeId getBaseFrame()
void setBaseFrame(NodeId value) throws StatusException
StatusExceptionCopyright © 2026. All rights reserved.