|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.FormatTypeEnum
public final class FormatTypeEnum
An enumeration of possible format type values.
Format types are used to specify how a complex type should be parsed.
Field Summary | |
---|---|
static FormatTypeEnum |
DELIMITED
Specifies the types format is delimited. |
static FormatTypeEnum |
FIXED
Specifies that the format consits of fixed length records. |
static FormatTypeEnum |
IMPLIED
Specifies that the format is implied by the settings of a complex types subfields. |
Method Summary | |
---|---|
static FormatTypeEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static FormatTypeEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FormatTypeEnum IMPLIED
public static final FormatTypeEnum FIXED
public static final FormatTypeEnum DELIMITED
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static FormatTypeEnum[] getEnumArray()
public static FormatTypeEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |