public static enum ConstraintDeclaration.RelopType extends Enum<ConstraintDeclaration.RelopType>
| Modifier and Type | Method and Description |
|---|---|
static ConstraintDeclaration.RelopType |
parseRelop(String relop) |
static ConstraintDeclaration.RelopType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintDeclaration.RelopType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintDeclaration.RelopType GE
public static final ConstraintDeclaration.RelopType EQ
public static final ConstraintDeclaration.RelopType LE
public static ConstraintDeclaration.RelopType[] values()
for (ConstraintDeclaration.RelopType c : ConstraintDeclaration.RelopType.values()) System.out.println(c);
public static ConstraintDeclaration.RelopType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static ConstraintDeclaration.RelopType parseRelop(String relop)
Copyright © 2013. All Rights Reserved.