public static enum ContactConstraint.StictionState extends java.lang.Enum<ContactConstraint.StictionState>
Modifier and Type | Method and Description |
---|---|
static ContactConstraint.StictionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactConstraint.StictionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactConstraint.StictionState UNSET
public static final ContactConstraint.StictionState ON
public static final ContactConstraint.StictionState OFF
public static ContactConstraint.StictionState[] values()
for (ContactConstraint.StictionState c : ContactConstraint.StictionState.values()) System.out.println(c);
public static ContactConstraint.StictionState 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