Uses of Class
com.saperion.ngc.iform.field.defaultValue.DefaultValues
-
Packages that use DefaultValues Package Description com.saperion.ngc.iform.field.defaultValue Package for iForm field elements. -
-
Uses of DefaultValues in com.saperion.ngc.iform.field.defaultValue
Methods in com.saperion.ngc.iform.field.defaultValue that return DefaultValues Modifier and Type Method Description static DefaultValues
DefaultValues. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultValues[]
DefaultValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-