Uses of Enum Class
adalid.util.meta.java.MetaPropertyKind
Packages that use MetaPropertyKind
-
Uses of MetaPropertyKind in adalid.util.meta.java
Methods in adalid.util.meta.java that return MetaPropertyKindModifier and TypeMethodDescriptionMetaProperty.getKind()static MetaPropertyKindReturns the enum constant of this class with the specified name.static MetaPropertyKind[]MetaPropertyKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in adalid.util.meta.java with parameters of type MetaPropertyKindModifier and TypeMethodDescriptionMetaEntity.add(Class<? extends Property> type, String name, MetaPropertyKind kind) Constructors in adalid.util.meta.java with parameters of type MetaPropertyKindModifierConstructorDescriptionMetaProperty(MetaEntity entity, Class<? extends Property> type, String name, MetaPropertyKind kind)