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