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