public enum Code extends Enum<Code> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Code NONE
public static final Code JSON_FILE_INVALID
public static final Code JSON_FILE_MISSING
public static final Code JSON_FILE_TOO_LARGE
public static final Code RULES_MISSING
public static final Code DUPLICATE_RULES
public static final Code TOO_MANY_RULES_SPECIFIED
public static final Code OPERATOR_MISSING
public static final Code OPERATOR_NOT_SUPPORTED
public static final Code DATATYPE_MISSING
public static final Code DATATYPE_NOT_SUPPORTED
public static final Code OPERATOR_DATA_TYPE_COMBINATION_NOT_SUPPORTED
public static final Code MORE_INFO_URI_MISSING
public static final Code MORE_INFO_URI_INVALID
public static final Code MORE_INFO_URI_TOO_LARGE
public static final Code DESCRIPTION_MISSING
public static final Code DESCRIPTION_INVALID
public static final Code DESCRIPTION_TOO_LARGE
public static final Code TITLE_MISSING
public static final Code TITLE_INVALID
public static final Code TITLE_TOO_LARGE
public static final Code OPERAND_MISSING
public static final Code OPERAND_INVALID
public static final Code OPERAND_TOO_LARGE
public static final Code SETTING_NAME_MISSING
public static final Code SETTING_NAME_INVALID
public static final Code SETTING_NAME_TOO_LARGE
public static final Code ENGLISH_LOCALE_MISSING
public static final Code DUPLICATE_LOCALES
public static final Code UNRECOGNIZED_LOCALE
public static final Code UNKNOWN
public static final Code REMEDIATION_STRINGS_MISSING
public static Code[] values()
for (Code c : Code.values()) System.out.println(c);
public static Code 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.