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