Uses of Class
de.iip_ecosphere.platform.configuration.opcua.data.EnumLiteral
-
Packages that use EnumLiteral Package Description de.iip_ecosphere.platform.configuration.opcua.data -
-
Uses of EnumLiteral in de.iip_ecosphere.platform.configuration.opcua.data
Fields in de.iip_ecosphere.platform.configuration.opcua.data with type parameters of type EnumLiteral Modifier and Type Field Description private java.util.ArrayList<EnumLiteral>EnumType. literalsMethods in de.iip_ecosphere.platform.configuration.opcua.data that return types with arguments of type EnumLiteral Modifier and Type Method Description java.util.ArrayList<EnumLiteral>EnumType. getLiterals()Returns the enumeration literals.Constructor parameters in de.iip_ecosphere.platform.configuration.opcua.data with type arguments of type EnumLiteral Constructor Description EnumType(java.lang.String nodeId, java.lang.String browseName, java.lang.String displayname, java.lang.String description, java.lang.String documentation, java.util.ArrayList<EnumLiteral> literals)Creates an OPC UA data type instance.
-