Uses of Class
adalid.core.enums.ContextualEntityType
-
Packages that use ContextualEntityType Package Description adalid.core adalid.core.enums adalid.core.interfaces -
-
Uses of ContextualEntityType in adalid.core
Methods in adalid.core that return ContextualEntityType Modifier and Type Method Description ContextualEntityTypeAbstractContextualEntity. getContextualEntityType() -
Uses of ContextualEntityType in adalid.core.enums
Methods in adalid.core.enums that return ContextualEntityType Modifier and Type Method Description static ContextualEntityTypeContextualEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextualEntityType[]ContextualEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContextualEntityType in adalid.core.interfaces
Methods in adalid.core.interfaces that return ContextualEntityType Modifier and Type Method Description ContextualEntityTypeContextualEntity. getContextualEntityType()
-