|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageNameType>
be.fgov.ehealth.genericinsurability.core.v1.MessageNameType
public enum MessageNameType
Java class for MessageNameType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MessageNameType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="M801000"/> <enumeration value="M801000ERR"/> <enumeration value="M801001"/> <enumeration value="M801900"/> <enumeration value="M410000"/> <enumeration value="M410001"/> <enumeration value="M410000ERR"/> <enumeration value="M410900"/> <enumeration value="M410908"/> <enumeration value="M410999"/> <enumeration value="M420000"/> <enumeration value="M420001"/> <enumeration value="M420000ERR"/> <enumeration value="M420900"/> <enumeration value="M420999"/> <enumeration value="M430000"/> <enumeration value="M430001"/> <enumeration value="M430000ERR"/> <enumeration value="M891000"/> </restriction> </simpleType>
Method Summary | |
---|---|
static MessageNameType |
fromValue(String v)
|
String |
value()
|
static MessageNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageNameType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessageNameType M_801000
public static final MessageNameType M_801000_ERR
public static final MessageNameType M_801001
public static final MessageNameType M_801900
public static final MessageNameType M_410000
public static final MessageNameType M_410001
public static final MessageNameType M_410000_ERR
public static final MessageNameType M_410900
public static final MessageNameType M_410908
public static final MessageNameType M_410999
public static final MessageNameType M_420000
public static final MessageNameType M_420001
public static final MessageNameType M_420000_ERR
public static final MessageNameType M_420900
public static final MessageNameType M_420999
public static final MessageNameType M_430000
public static final MessageNameType M_430001
public static final MessageNameType M_430000_ERR
public static final MessageNameType M_891000
Method Detail |
---|
public static MessageNameType[] values()
for (MessageNameType c : MessageNameType.values()) System.out.println(c);
public static MessageNameType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static MessageNameType fromValue(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |