public static enum PbTitle.Level extends Enum<PbTitle.Level>
| Enum Constant and Description |
|---|
LEVEL_1 |
LEVEL_2 |
LEVEL_3 |
LEVEL_4 |
LEVEL_5 |
LEVEL_6 |
| Modifier and Type | Method and Description |
|---|---|
static PbTitle.Level |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbTitle.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbTitle.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbTitle.Level LEVEL_1
public static final PbTitle.Level LEVEL_2
public static final PbTitle.Level LEVEL_3
public static final PbTitle.Level LEVEL_4
public static final PbTitle.Level LEVEL_5
public static final PbTitle.Level LEVEL_6
public static PbTitle.Level[] values()
for (PbTitle.Level c : PbTitle.Level.values()) System.out.println(c);
public static PbTitle.Level 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<PbTitle.Level>public String value()
public static PbTitle.Level fromValue(String value)
Copyright © 2021. All rights reserved.