public static enum EqualsAssertion.OperandMode extends Enum<EqualsAssertion.OperandMode>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EqualsAssertion.OperandMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EqualsAssertion.OperandMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EqualsAssertion.OperandMode Text
public static final EqualsAssertion.OperandMode Property
public static EqualsAssertion.OperandMode[] values()
for (EqualsAssertion.OperandMode c : EqualsAssertion.OperandMode.values()) System.out.println(c);
public static EqualsAssertion.OperandMode 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 String toString()
toString in class Enum<EqualsAssertion.OperandMode>Copyright © 2019. All rights reserved.