public static enum ModificationChangeConstraint.Type extends Enum<ModificationChangeConstraint.Type>
| Modifier and Type | Method and Description |
|---|---|
static ModificationChangeConstraint.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationChangeConstraint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModificationChangeConstraint.Type GAIN
public static final ModificationChangeConstraint.Type LOSS
public static final ModificationChangeConstraint.Type ANY
public static ModificationChangeConstraint.Type[] values()
for (ModificationChangeConstraint.Type c : ModificationChangeConstraint.Type.values()) System.out.println(c);
public static ModificationChangeConstraint.Type 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 nullCopyright © 2015 BioPAX. All rights reserved.