Uses of Class
cdc.rdb.RdbDatabase.BooleanProperty
-
-
Uses of RdbDatabase.BooleanProperty in cdc.rdb
Methods in cdc.rdb that return RdbDatabase.BooleanProperty Modifier and Type Method Description static RdbDatabase.BooleanPropertyRdbDatabase.BooleanProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbDatabase.BooleanProperty[]RdbDatabase.BooleanProperty. 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.BooleanProperty Modifier and Type Method Description booleanRdbDatabase. getProperty(RdbDatabase.BooleanProperty property)Returns the value of a boolean property.booleanRdbDatabase. isDefined(RdbDatabase.BooleanProperty property)Returns true if a boolean property is defined.voidRdbDatabase. setProperty(RdbDatabase.BooleanProperty property, boolean value)Sets a boolean property.
-