Uses of Class
cdc.rdb.RdbDatabase.EnumProperty
-
-
Uses of RdbDatabase.EnumProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.EnumProperty Modifier and Type Method Description static RdbDatabase.EnumPropertyRdbDatabase.EnumProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbDatabase.EnumProperty[]RdbDatabase.EnumProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.rdb with parameters of type RdbDatabase.EnumProperty Modifier and Type Method Description Enum<?>RdbDatabase. getProperty(RdbDatabase.EnumProperty property)Returns the value of an enum property.booleanRdbDatabase. isDefined(RdbDatabase.EnumProperty property)Returns true if an enum property is defined.voidRdbDatabase. setProperty(RdbDatabase.EnumProperty property, Enum<?> value)Sets an enum property.
-