public enum FunctionExtensionVersion extends Enum<FunctionExtensionVersion>
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
private String |
version |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
String |
getVersion() |
static FunctionExtensionVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionExtensionVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionExtensionVersion VERSION_2
public static final FunctionExtensionVersion VERSION_3
public static final FunctionExtensionVersion BETA
private int value
private String version
public static FunctionExtensionVersion[] values()
for (FunctionExtensionVersion c : FunctionExtensionVersion.values()) System.out.println(c);
public static FunctionExtensionVersion 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 int getValue()
public String getVersion()
Copyright © 2020. All rights reserved.