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