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