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