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
Represents an OPC UA field method type.
- Author:
- Jan-Hendrik Cepok, SSE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.FieldType
getDataType, setDataTypeMethods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
Constructor Details
-
FieldMethodType
public FieldMethodType(String nodeId, String browseName, String displayName, String description, 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
-
-
Method Details