|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--String
Method Summary | |
String
|
after(delimiter, defaultValue)
Searches the first occurence of the specified delimiter string in this string and returns the substring after it. |
String
|
afterLast(delimiter,defaultValue)
Searches the last occurence of the specified delimiter string in this string and returns the substring after it. |
String
|
before(delimiter,defaultValue)
Searches the first occurence of the specified delimiter string in this string and returns the substring before it. |
String
|
beforeLast(delimiter,defaultValue)
Searches the last occurence of the specified delimiter string in this string and returns the substring before it. |
boolean
|
endsWith(subString)
Test if this String ends with the given substring. |
boolean
|
hasValue()
Test if the length of this String is greter than zero. |
boolean
|
isNumber()
Test if this String contains a valid number |
boolean
|
startsWith(subString)
Test if this String starts with the given substring. |
boolean
|
toBoolean()
Converts this String to boolean and returns it |
String
|
trim()
Trims the space characters on both sides of this String |
Method Detail |
String after(delimiter, defaultValue)
delimiter
-
defaultValue
-
String afterLast(delimiter,defaultValue)
delimiter
-
defaultValue
-
String before(delimiter,defaultValue)
delimiter
-
defaultValue
-
String beforeLast(delimiter,defaultValue)
delimiter
-
defaultValue
-
boolean endsWith(subString)
true
if it does false
otherwise
boolean hasValue()
true
if it is false
otherwise
boolean isNumber()
boolean startsWith(subString)
true
if it does false
otherwise
boolean toBoolean()
String trim()
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |