|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.DelimiterLocationEnum
public final class DelimiterLocationEnum
An enumeration of possible delimiter locations.
Delimiter locations are used to control where delimiters are placed with respect to elements.
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 |
---|
public static final DelimiterLocationEnum INFIX
public static final DelimiterLocationEnum PREFIX
public static final DelimiterLocationEnum POSTFIX
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static DelimiterLocationEnum[] getEnumArray()
public static DelimiterLocationEnum 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 |