public static enum AbstractTransport.DefaultMessageCode extends Enum<AbstractTransport.DefaultMessageCode> implements com.openindex.openestate.impl.utils.Translatable
Enum Constant and Description |
---|
TRANSPORT_TRANSFER_FAILED |
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static AbstractTransport.DefaultMessageCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTransport.DefaultMessageCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractTransport.DefaultMessageCode TRANSPORT_TRANSFER_FAILED
public static AbstractTransport.DefaultMessageCode[] values()
for (AbstractTransport.DefaultMessageCode c : AbstractTransport.DefaultMessageCode.values()) System.out.println(c);
public static AbstractTransport.DefaultMessageCode 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 getTranslation()
getTranslation
in interface com.openindex.openestate.impl.utils.Translatable
Copyright © 2015 OpenEstate. All rights reserved.