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