public static enum UpdateResult.ErrorTypeEnum extends Enum<UpdateResult.ErrorTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateResult.ErrorTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResult.ErrorTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static UpdateResult.ErrorTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateResult.ErrorTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateResult.ErrorTypeEnum BUSINESS
public static final UpdateResult.ErrorTypeEnum TECHNICAL
public static UpdateResult.ErrorTypeEnum[] values()
for (UpdateResult.ErrorTypeEnum c : UpdateResult.ErrorTypeEnum.values()) System.out.println(c);
public static UpdateResult.ErrorTypeEnum 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<UpdateResult.ErrorTypeEnum>public static UpdateResult.ErrorTypeEnum fromValue(String text)
Copyright © 2018. All rights reserved.