public enum MESSSAGE_FUNCTION extends java.lang.Enum<MESSSAGE_FUNCTION>
Enum Constant and Description |
---|
DATA_SET_LIST |
STATISTICAL_DATA |
STATISTICAL_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEDIString() |
static MESSSAGE_FUNCTION |
getFromEdiStr(java.lang.String ediStr) |
boolean |
isData()
Returns true if the message function defines an EDI message that can contain data
|
boolean |
isStructure()
Returns true if the message function defines an EDI message that can contain structures
|
static MESSSAGE_FUNCTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MESSSAGE_FUNCTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MESSSAGE_FUNCTION STATISTICAL_DEFINITIONS
public static final MESSSAGE_FUNCTION STATISTICAL_DATA
public static final MESSSAGE_FUNCTION DATA_SET_LIST
public static MESSSAGE_FUNCTION[] values()
for (MESSSAGE_FUNCTION c : MESSSAGE_FUNCTION.values()) System.out.println(c);
public static MESSSAGE_FUNCTION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getEDIString()
public boolean isData()
public boolean isStructure()
public static MESSSAGE_FUNCTION getFromEdiStr(java.lang.String ediStr)