Uses of Class
com.sgs.common.database.Commodity.CommodityType
-
Packages that use Commodity.CommodityType 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 Commodity.CommodityType in com.sgs.common.database
Methods in com.sgs.common.database that return Commodity.CommodityType Modifier and Type Method Description static Commodity.CommodityType
Commodity.CommodityType. parse(int type)
static Commodity.CommodityType
Commodity.CommodityType. parse(java.lang.String type)
static Commodity.CommodityType
Commodity.CommodityType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Commodity.CommodityType[]
Commodity.CommodityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-