public static enum PropertyStartsWithUnderscore.Type2 extends Enum<PropertyStartsWithUnderscore.Type2>
| Modifier and Type | Method and Description |
|---|---|
static PropertyStartsWithUnderscore.Type2 |
fromValue(Object value) |
int |
value() |
static PropertyStartsWithUnderscore.Type2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyStartsWithUnderscore.Type2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyStartsWithUnderscore.Type2 _1
public static final PropertyStartsWithUnderscore.Type2 _2
public static final PropertyStartsWithUnderscore.Type2 _4
public static final PropertyStartsWithUnderscore.Type2 _8
public static PropertyStartsWithUnderscore.Type2[] values()
for (PropertyStartsWithUnderscore.Type2 c : PropertyStartsWithUnderscore.Type2.values()) System.out.println(c);
public static PropertyStartsWithUnderscore.Type2 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 int value()
public static PropertyStartsWithUnderscore.Type2 fromValue(Object value)
Copyright © 2023. All rights reserved.