Uses of Enum Class
com.emc.documentum.rest.model.Enforce
-
Uses of Enforce in com.emc.documentum.rest.model
Modifier 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.Modifier and TypeMethodDescriptionvoid
ValueConstraint.setEnforce
(Enforce enforce) void
AttributeInfo.setNotNullEnforce
(Enforce notNullEnforce)