Uses of Class
cdc.rdb.RdbDatabase.PropertyKind
-
-
Uses of RdbDatabase.PropertyKind in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.PropertyKind Modifier and Type Method Description static RdbDatabase.PropertyKindRdbDatabase. getPropertyKind(String name)static RdbDatabase.PropertyKindRdbDatabase.PropertyKind. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbDatabase.PropertyKind[]RdbDatabase.PropertyKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-