biz.c24.io.api.data
Class FormatTypeEnum

java.lang.Object
  extended by biz.c24.io.api.data.FormatTypeEnum
All Implemented Interfaces:
Serializable

public final class FormatTypeEnum
extends Object
implements Serializable

An enumeration of possible format type values.

Format types are used to specify how a complex type should be parsed.

See Also:
Serialized Form

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

IMPLIED

public static final FormatTypeEnum IMPLIED
Specifies that the format is implied by the settings of a complex types subfields.


FIXED

public static final FormatTypeEnum FIXED
Specifies that the format consits of fixed length records.


DELIMITED

public static final FormatTypeEnum DELIMITED
Specifies the types format is delimited.

Method Detail

getName

public String getName()
Returns the name.

Returns:
The name.

toString

public String toString()
Overrides:
toString in class Object

getEnumArray

public static FormatTypeEnum[] getEnumArray()
Returns an array containing the members of this enumeration.

Returns:
The enumeration as an array.

getEnumValue

public static FormatTypeEnum getEnumValue(String name)
Returns the enumeration value called name.

Parameters:
name - The name of the enumeration value to return.
Returns:
The enumeration value or null if none was found.


C24 Technologies © 2002-2012: All Rights Reserved.