|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Decision
Object to test if a Object is a specific type
Method Summary | |
---|---|
boolean |
isArray(Object o)
tests if object is a array |
boolean |
isBinary(Object object)
tests if object is a binary |
boolean |
isBoolean(Object value)
tests if value is a Boolean (Numbers are not acctepeted) |
boolean |
isBoolean(String str)
tests if value is a Boolean |
boolean |
isComponent(Object object)
tests if object is a Component |
boolean |
isDate(Object value,
boolean alsoNumbers)
tests if value is DateTime Object |
boolean |
isEmpty(String str)
|
boolean |
isEmpty(String str,
boolean trim)
|
boolean |
isHex(String str)
tests if String value is Hex Value |
boolean |
isLeapYear(int year)
tests if year is a leap year |
boolean |
isNativeArray(Object o)
tests if object is a native java array |
boolean |
isNumeric(Object value)
tests if value is Numeric |
boolean |
isNumeric(String str)
tests if String value is Numeric |
boolean |
isObject(Object o)
returns if object is a cold fusion object |
boolean |
isQuery(Object object)
tests if object is a Query |
boolean |
isSimpleValue(Object value)
tests if value is a simple value (Number,String,Boolean,Date,Printable) |
boolean |
isSimpleVariableName(String string)
|
boolean |
isStruct(Object o)
tests if object is a struct |
boolean |
isUserDefinedFunction(Object object)
tests if object is a binary |
boolean |
isUUID(String str)
tests if String value is UUID Value |
boolean |
isVariableName(String string)
|
boolean |
isWddx(Object o)
tests if object is a WDDX Object |
boolean |
isXML(Object o)
tests if object is a XML Object |
boolean |
isXMLDocument(Object o)
tests if object is a XML Document Object |
boolean |
isXMLElement(Object o)
tests if object is a XML Element Object |
boolean |
isXMLRootElement(Object o)
tests if object is a XML Root Element Object |
Collection.Key |
toKey(Object obj)
|
Collection.Key |
toKey(Object obj,
Collection.Key defaultValue)
|
Method Detail |
---|
boolean isSimpleValue(Object value)
value
- value to test
boolean isNumeric(Object value)
value
- value to test
boolean isNumeric(String str)
str
- value to test
boolean isHex(String str)
str
- value to test
boolean isUUID(String str)
str
- value to test
boolean isBoolean(Object value)
value
- value to test
boolean isBoolean(String str)
str
- value to test
boolean isDate(Object value, boolean alsoNumbers)
value
- value to testalsoNumbers
- interpret also a number as date
boolean isStruct(Object o)
o
-
boolean isArray(Object o)
o
-
boolean isNativeArray(Object o)
o
-
boolean isBinary(Object object)
object
-
boolean isComponent(Object object)
object
-
boolean isQuery(Object object)
object
-
boolean isUserDefinedFunction(Object object)
object
-
boolean isLeapYear(int year)
year
- year to check
boolean isWddx(Object o)
o
- Object to check
boolean isXML(Object o)
o
- Object to check
boolean isXMLElement(Object o)
o
- Object to check
boolean isXMLDocument(Object o)
o
- Object to check
boolean isXMLRootElement(Object o)
o
- Object to check
boolean isVariableName(String string)
string
-
boolean isSimpleVariableName(String string)
string
-
boolean isObject(Object o)
o
- Object to check
boolean isEmpty(String str)
str
-
boolean isEmpty(String str, boolean trim)
str
- trim
-
Collection.Key toKey(Object obj) throws PageException
PageException
Collection.Key toKey(Object obj, Collection.Key defaultValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |