Uses of Class
com.sgs.common.database.Location.LocationCategory
-
Packages that use Location.LocationCategory Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Location.LocationCategory in com.sgs.common.database
Methods in com.sgs.common.database that return Location.LocationCategory Modifier and Type Method Description Location.LocationCategory
Location. getCategoryEnum()
static Location.LocationCategory
Location.LocationCategory. parse(int type)
static Location.LocationCategory
Location.LocationCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Location.LocationCategory[]
Location.LocationCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sgs.common.database with parameters of type Location.LocationCategory Modifier and Type Method Description void
Location. setCategoryEnum(Location.LocationCategory category)
-