Class FieldMethodType
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.opcua.data.BaseType
-
- de.iip_ecosphere.platform.configuration.opcua.data.FieldType
-
- de.iip_ecosphere.platform.configuration.opcua.data.FieldMethodType
-
public class FieldMethodType extends FieldType
Represents an OPC UA field method type.- Author:
- Jan-Hendrik Cepok, SSE
-
-
Constructor Summary
Constructors Constructor Description FieldMethodType(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayName, java.lang.String description, java.lang.String dataType, boolean optional)Creates an OPC UA field method type instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Formats the respective OPC UA type in IVML.-
Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.FieldType
getDataType, setDataType
-
Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
-
-
-
Constructor Detail
-
FieldMethodType
public FieldMethodType(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayName, java.lang.String description, java.lang.String dataType, boolean optional)Creates an OPC UA field method type instance.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptiondataType- the type of the fieldoptional- the optional status
-
-