Uses of Class
io.adminshell.aas.v3.model.EntityType
-
Packages that use EntityType Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of EntityType in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return EntityType Modifier and Type Method Description EntityTypeEntity. getEntityType()Describes whether the entity is a co-managed entity or a self-managed entity.static EntityTypeEntityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model with parameters of type EntityType Modifier and Type Method Description voidEntity. setEntityType(EntityType entityType)Describes whether the entity is a co-managed entity or a self-managed entity. -
Uses of EntityType in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type EntityType Modifier and Type Method Description BEntityBuilder. entityType(EntityType entityType)This function allows setting a value for entityType -
Uses of EntityType in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as EntityType Modifier and Type Field Description protected EntityTypeDefaultEntity. entityTypeMethods in io.adminshell.aas.v3.model.impl that return EntityType Modifier and Type Method Description EntityTypeDefaultEntity. getEntityType()Methods in io.adminshell.aas.v3.model.impl with parameters of type EntityType Modifier and Type Method Description voidDefaultEntity. setEntityType(EntityType entityType)
-