Uses of Class
adalid.core.enums.KeyProperty
-
Packages that use KeyProperty Package Description adalid.core adalid.core.enums -
-
Uses of KeyProperty in adalid.core
Methods in adalid.core that return types with arguments of type KeyProperty Modifier and Type Method Description List<KeyProperty>AbstractDataArtifact. getKeyProperties() -
Uses of KeyProperty in adalid.core.enums
Methods in adalid.core.enums that return KeyProperty Modifier and Type Method Description static KeyPropertyKeyProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyProperty[]KeyProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.
-