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