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