Uses of Enum Class
de.iip_ecosphere.platform.configuration.easyProducer.aas.AasSmeType
Packages that use AasSmeType
Package
Description
Tools and infrastructure classes for turning IDTA AAS specs into IVML.
-
Uses of AasSmeType in de.iip_ecosphere.platform.configuration.easyProducer.aas
Fields in de.iip_ecosphere.platform.configuration.easyProducer.aas declared as AasSmeTypeModifier and TypeFieldDescriptionprivate AasSmeTypeAasField.smeTypeprivate AasSmeTypeAasType.smeTypeFields in de.iip_ecosphere.platform.configuration.easyProducer.aas with type parameters of type AasSmeTypeModifier and TypeFieldDescriptionprivate static final Map<String, AasSmeType> AasSmeType.TYPE_TRANSLATIONMethods in de.iip_ecosphere.platform.configuration.easyProducer.aas that return AasSmeTypeModifier and TypeMethodDescriptionAasField.getSmeType()Returns the submodelelement type.AasType.getSmeType()Returns the SME type.static AasSmeTypeTurns the string value into a constant.static AasSmeTypeReturns the enum constant of this class with the specified name.static AasSmeType[]AasSmeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.easyProducer.aas with parameters of type AasSmeTypeModifier and TypeMethodDescriptionprivate AasFieldReadAasxFile.XmlReader.readAasProperty(Node node, String type, AasSmeType smeType, ReadAasxFile.XmlReader.FieldHandler handler) Reads an AAS property.private ReadAasxFile.AasTypeResultReadAasxFile.XmlReader.readAsAasType(Node node, AasSmeType smeType) private voidReadAasxFile.XmlReader.readFieldAsNewType(Node field, AasType parentType, AasSmeType smeType) Reads a field as new type and registers the type.(package private) voidAasField.setSmeType(AasSmeType smeType) Defines the submodelelement type.(package private) voidAasType.setSmeType(AasSmeType smeType) Defines the SME type.