Class MethodType
java.lang.Object
de.iip_ecosphere.platform.configuration.opcua.data.BaseType
de.iip_ecosphere.platform.configuration.opcua.data.MethodType
Represents an OPC UA method type (declaration).
- Author:
- Jan-Hendrik Cepok, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.configuration.opcua.data.BaseType
formatNodeId, getBrowseName, getDescription, getDisplayname, getNodeId, getVarName, isOptional, setVarName, validateVarName
-
Field Details
-
fields
-
-
Constructor Details
-
MethodType
public MethodType(String nodeId, String browseName, String displayName, String description, boolean optional, ArrayList<FieldType> fields) Creates an OPC UA method type representation/declaration.- Parameters:
nodeId- the node idbrowseName- the browse namedisplayName- the display namedescription- the descriptionoptional- whether the type is optionalfields- the fields the object is constituted from
-
-
Method Details
-
getFields
Returns the fields making up the type.- Returns:
- the fields
-
setFields
Changes the fields making up the type.- Parameters:
fields- the new fields
-
toString
Description copied from class:BaseTypeFormats the respective OPC UA type in IVML.
-