biz.c24.io.api.data
Class DelimiterLocationEnum

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

public final class DelimiterLocationEnum
extends Object
implements Serializable

An enumeration of possible delimiter locations.

Delimiter locations are used to control where delimiters are placed with respect to elements.

See Also:
Serialized Form

Field Summary
static DelimiterLocationEnum INFIX
          Specifies the delimiters are infix, e.g.
static DelimiterLocationEnum POSTFIX
          Specifies the delimiters are postfix, e.g.
static DelimiterLocationEnum PREFIX
          Specifies the delimiters are prefix, e.g.
 
Method Summary
static DelimiterLocationEnum[] getEnumArray()
          Returns an array containing the members of this enumeration.
static DelimiterLocationEnum 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

INFIX

public static final DelimiterLocationEnum INFIX
Specifies the delimiters are infix, e.g. "A,B,C".


PREFIX

public static final DelimiterLocationEnum PREFIX
Specifies the delimiters are prefix, e.g. ",A,B,C".


POSTFIX

public static final DelimiterLocationEnum POSTFIX
Specifies the delimiters are postfix, e.g. "A,B,C,".

Method Detail

getName

public String getName()
Returns the name.

Returns:
The name.

toString

public String toString()
Overrides:
toString in class Object

getEnumArray

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

Returns:
The enumeration as an array.

getEnumValue

public static DelimiterLocationEnum 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.