Uses of Enum Class
com.emc.documentum.rest.model.Enforce
Packages that use Enforce
-
Uses of Enforce in com.emc.documentum.rest.model
Methods in com.emc.documentum.rest.model that return EnforceModifier and TypeMethodDescriptionValueConstraint.getEnforce()AttributeInfo.getNotNullEnforce()static EnforceEnforce.valueOf(int enforce) Returns the enum constant of this class with the specified name.static EnforceReturns the enum constant of this class with the specified name.static Enforce[]Enforce.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.emc.documentum.rest.model with parameters of type EnforceModifier and TypeMethodDescriptionvoidValueConstraint.setEnforce(Enforce enforce) voidAttributeInfo.setNotNullEnforce(Enforce notNullEnforce)