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