|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WhiteSpaceEnum | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of WhiteSpaceEnum in biz.c24.io.api |
---|
Methods in biz.c24.io.api with parameters of type WhiteSpaceEnum | |
---|---|
static String |
Utils.whitespace(String original,
WhiteSpaceEnum whitespace)
Performs the specified whitespace behaviour to original . |
Uses of WhiteSpaceEnum in biz.c24.io.api.data |
---|
Fields in biz.c24.io.api.data declared as WhiteSpaceEnum | |
---|---|
static WhiteSpaceEnum |
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 |
WhiteSpaceEnum.PRESERVE
Specifies that all white space is significant and it will therefore be preserved in its entirety. |
static WhiteSpaceEnum |
WhiteSpaceEnum.REPLACE
Specifies that tabs, carriage returns and line feeds should be replaced by spaces. |
Methods in biz.c24.io.api.data that return WhiteSpaceEnum | |
---|---|
static WhiteSpaceEnum[] |
WhiteSpaceEnum.getEnumArray()
Returns an array containing the members of this enumeration. |
static WhiteSpaceEnum |
WhiteSpaceEnum.getEnumValue(String name)
Returns the enumeration value called name . |
WhiteSpaceEnum |
AtomicDataType.getWhiteSpace()
Returns the white space behaviour. |
Methods in biz.c24.io.api.data with parameters of type WhiteSpaceEnum | |
---|---|
void |
AtomicDataType.setWhiteSpace(WhiteSpaceEnum whiteSpace)
Sets the white space. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |