Uses of Class
org.apache.openmeetings.db.entity.basic.Configuration.Type
-
Packages that use Configuration.Type Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.entity.basic -
-
Uses of Configuration.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Configuration.Type Modifier and Type Method Description Configuration.TypeConfigTypeAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type Configuration.Type Modifier and Type Method Description StringConfigTypeAdapter. marshal(Configuration.Type v) -
Uses of Configuration.Type in org.apache.openmeetings.db.entity.basic
Methods in org.apache.openmeetings.db.entity.basic that return Configuration.Type Modifier and Type Method Description Configuration.TypeConfiguration. getType()static Configuration.TypeConfiguration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Configuration.Type[]Configuration.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.basic with parameters of type Configuration.Type Modifier and Type Method Description voidConfiguration. setType(Configuration.Type type)
-