public static enum FunctionReferenceData.IsListEnum extends Enum<FunctionReferenceData.IsListEnum>
| Modifier and Type | Method and Description |
|---|---|
static FunctionReferenceData.IsListEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static FunctionReferenceData.IsListEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionReferenceData.IsListEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionReferenceData.IsListEnum TRUE
public static final FunctionReferenceData.IsListEnum FALSE
public static FunctionReferenceData.IsListEnum[] values()
for (FunctionReferenceData.IsListEnum c : FunctionReferenceData.IsListEnum.values()) System.out.println(c);
public static FunctionReferenceData.IsListEnum 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 getValue()
public String toString()
toString in class Enum<FunctionReferenceData.IsListEnum>public static FunctionReferenceData.IsListEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.