Static Public Member Functions | |
| static Object | coerceValueToAttributeType (Object value, EOClassDescription parentEntity, Object parentObject, String attributeName) |
| static String | coerceValueToString (Object value) |
| static Object | coerceValueToTypeNamed (Object value, String valueTypeName, IERXRestDelegate delegate) |
| static boolean | isPrimitive (Class valueType) |
| static boolean | isPrimitive (Object obj) |
Static Protected Member Functions | |
| static String | dateFormat (boolean spaces) |
| static String | timestampFormat (boolean spaces) |
| static Object coerceValueToAttributeType | ( | Object | value, | |
| EOClassDescription | parentEntity, | |||
| Object | parentObject, | |||
| String | attributeName | |||
| ) | [static] |
Parses the given String and returns an object.
| value | the value of the attribute | |
| parentEntity | the entity | |
| attributeName | the name of the property | |
| parentObject | the parent object |
| static String coerceValueToString | ( | Object | value | ) | [static] |
Convert the given object to a String (using REST formats).
| value | the value to convert |
| static Object coerceValueToTypeNamed | ( | Object | value, | |
| String | valueTypeName, | |||
| IERXRestDelegate | delegate | |||
| ) | [static] |
| static String dateFormat | ( | boolean | spaces | ) | [static, protected] |
| static boolean isPrimitive | ( | Class | valueType | ) | [static] |
Returns whether or not the given class represents a primitive in REST.
| valueType | the class to check |
| static boolean isPrimitive | ( | Object | obj | ) | [static] |
Returns whether or not the given object represents a primitive in REST.
| obj | the object to check |
| static String timestampFormat | ( | boolean | spaces | ) | [static, protected] |
1.5.8