Class FieldVariableType
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.FieldType
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.FieldVariableType
Represents an OPC UA field variable type.
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.FieldType
getDataType, setDataTypeMethods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
Field Details
-
variableType
-
optional
private boolean optional -
level
-
rank
-
dimensions
-
-
Constructor Details
-
FieldVariableType
public FieldVariableType(String nodeId, String browseName, String displayName, String description, String dataType, String variableType, boolean optional, String level, String rank, String dimensions) Creates an OPC UA field variable type instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptiondataType- the type of the fieldvariableType- the variable typeoptional- whether the type is optionallevel- the levelrank- the rankdimensions- the dimensions
-
-
Method Details
-
getVariableType
Returns the variable type.- Returns:
- the variable type
-
getLevel
Returns the level.- Returns:
- the level
-
getRank
Returns the rank.- Returns:
- the rank
-
getDimensions
Returns the dimensions.- Returns:
- the dimensions
-
toString
Description copied from class:BaseTypeFormats the respective OPC UA type in IVML.
-