Uses of Enum Class
de.iip_ecosphere.platform.configuration.easyProducer.aas.AasType.EntityType
Packages that use AasType.EntityType
Package
Description
Tools and infrastructure classes for turning IDTA AAS specs into IVML.
-
Uses of AasType.EntityType in de.iip_ecosphere.platform.configuration.easyProducer.aas
Fields in de.iip_ecosphere.platform.configuration.easyProducer.aas declared as AasType.EntityTypeMethods in de.iip_ecosphere.platform.configuration.easyProducer.aas that return AasType.EntityTypeModifier and TypeMethodDescriptionstatic AasType.EntityTypeReturns a contained constant or null.AasType.getEntityType()Returns the entity type.static AasType.EntityTypeReturns the enum constant of this class with the specified name.static AasType.EntityTypeAasType.EntityType.valueOfSafe(String value) Returns a matching constant or null.static AasType.EntityType[]AasType.EntityType.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 AasType.EntityTypeModifier and TypeMethodDescription(package private) voidAasType.setEntityType(AasType.EntityType entityType) Sets the entity type.