public static enum CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator extends Enum<CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator>
| Enum Constant and Description |
|---|
ALL
Assert the value if all of the low-level abstractions have the
appropriate value
|
ANY
Assert the value if any of the low-level abstractions have the
appropriate value
|
| Modifier and Type | Method and Description |
|---|---|
static CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator ANY
public static final CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator ALL
public static CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator[] values()
for (CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator c : CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator.values()) System.out.println(c);
public static CompoundLowLevelAbstractionDefinition.ValueDefinitionMatchOperator 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 © 2012–2017 Emory University. All rights reserved.