|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.WhiteSpaceEnum
public final class WhiteSpaceEnum
An enumeration of the valid white space values.
Field Summary | |
---|---|
static WhiteSpaceEnum |
COLLAPSE
Specifies that tabs, carriage returns and line feeds should be replaced by spaces; leading and trailing white space should be deleted; and runs of more than one consecutive space should be condensed to a single space. |
static WhiteSpaceEnum |
PRESERVE
Specifies that all white space is significant and it will therefore be preserved in its entirety. |
static WhiteSpaceEnum |
REPLACE
Specifies that tabs, carriage returns and line feeds should be replaced by spaces. |
Method Summary | |
---|---|
static WhiteSpaceEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static WhiteSpaceEnum |
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 WhiteSpaceEnum PRESERVE
public static final WhiteSpaceEnum REPLACE
This behaviour is applied before any validation takes place.
public static final WhiteSpaceEnum COLLAPSE
This behaviour is applied before any validation takes place.
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static WhiteSpaceEnum[] getEnumArray()
public static WhiteSpaceEnum 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 |