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 Enforce
Enforce.valueOf
(int enforce) Returns the enum constant of this class with the specified name.static Enforce
Returns 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 TypeMethodDescriptionvoid
ValueConstraint.setEnforce
(Enforce enforce) void
AttributeInfo.setNotNullEnforce
(Enforce notNullEnforce)