public static enum Build.Runtime extends Enum<Build.Runtime>
Modifier and Type | Method and Description |
---|---|
static Build.Runtime |
forValue(String value)
Generate a Runtime from a string.
|
String |
toString() |
static Build.Runtime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Build.Runtime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Build.Runtime NODE8
public static final Build.Runtime NODE10
public static final Build.Runtime NODE12
public static Build.Runtime[] values()
for (Build.Runtime c : Build.Runtime.values()) System.out.println(c);
public static Build.Runtime 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<Build.Runtime>
public static Build.Runtime forValue(String value)
value
- string valueCopyright © 2019 Twilio, Inc. All Rights Reserved.