public static enum GError.Source extends Enum<GError.Source>
Enum Constant and Description |
---|
REFERENCE |
Modifier and Type | Method and Description |
---|---|
static GError.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GError.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GError.Source REFERENCE
public static GError.Source[] values()
for (GError.Source c : GError.Source.values()) System.out.println(c);
public static GError.Source 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 nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.