Class FieldType
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.FieldType
- Direct Known Subclasses:
FieldMethodType,FieldObjectType,FieldVariableType
Represents an OPC UA field type.
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of the field.voidsetDataType(String dataType) Changes the type of the field.toString()Formats the respective OPC UA type in IVML.Methods inherited from class de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
Field Details
-
dataType
-
-
Constructor Details
-
FieldType
public FieldType(String nodeId, String browseName, String displayName, String description, String dataType, boolean optional) Creates an OPC UA field type instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptiondataType- the type of the fieldoptional- the optional status
-
-
Method Details
-
getDataType
Returns the type of the field.- Returns:
- the type
-
setDataType
Changes the type of the field.- Parameters:
dataType- the new type
-
toString
Description copied from class:BaseTypeFormats the respective OPC UA type in IVML.
-