public static enum IntegerDomainConstraint.Type extends java.lang.Enum<IntegerDomainConstraint.Type>
IntegerDomainConstraint.Type contains domain constraint types.| Modifier and Type | Method and Description |
|---|---|
static IntegerDomainConstraint.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntegerDomainConstraint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegerDomainConstraint.Type RETAIN
public static final IntegerDomainConstraint.Type EXCLUDE
public static IntegerDomainConstraint.Type[] values()
for (IntegerDomainConstraint.Type c : IntegerDomainConstraint.Type.values()) System.out.println(c);
public static IntegerDomainConstraint.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null