|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV NEXT | ||||||||
Uses of Class
org.jdaemon.util.data.ReadError
| Uses of ReadError in org.jdaemon.util.data |
| Methods in org.jdaemon.util.data that throw ReadError | |
abstract java.lang.Object |
Type.read(DataRepresentation representation)
Reads an object of this exact type from some DataRepresentation. |
Type |
Type.getType(DataRepresentation representation)
Find the actual type of some DataRepresentation. |
java.lang.Object |
Type.get(DataRepresentation representation)
|
java.lang.Object |
Type.get(DataRepresentation representation,
java.lang.Object key)
Reads an object from the specified element of a DataRepresentation |
java.lang.Object |
QuickListType.read(DataRepresentation representation)
Reads an array of objects from some DataRepresentation. |
void |
JavaDataRepresentation.setElement(java.lang.Object key,
DataRepresentation other)
Add an element to this representation with the given key |
DataRepresentation |
JavaDataRepresentation.getElement(java.lang.Object key)
Return a subset of the attributes in this representation |
java.lang.String |
JavaDataRepresentation.getAttribute(java.lang.Object key)
Return the value of an attribute |
java.util.Iterator |
JavaDataRepresentation.getElementKeys()
Return all the valid attribute keys within this representation |
java.util.Iterator |
JavaDataRepresentation.getAttributeKeys()
Return all the valid attribute keys within this representation |
java.lang.String |
JavaDataRepresentation.getElementType()
Return the type of data in this representation |
static void |
DataRepresentations.copyAttributes(DataRepresentation from,
DataRepresentation to)
|
static void |
DataRepresentations.copyElements(DataRepresentation from,
DataRepresentation to)
|
static boolean |
DataRepresentations.equal(DataRepresentation a,
DataRepresentation b)
|
DataRepresentation |
DataRepresentationPath.applyPath(DataRepresentation data)
|
private static DataRepresentation |
DataRepresentationPath.applyPath(DataRepresentation data,
org.jdaemon.util.QuickList elements)
|
java.lang.String |
DataRepresentation.getAttribute(java.lang.Object key)
Get the value of a simple attribute of the DataRepresentation. |
DataRepresentation |
DataRepresentation.getElement(java.lang.Object key)
Get a named child DataRepresentation. |
java.lang.String |
DataRepresentation.getElementType()
Get the type of data in this representation. |
java.util.Iterator |
DataRepresentation.getAttributeKeys()
Get all the valid attribute keys within this representation. |
java.util.Iterator |
DataRepresentation.getElementKeys()
Return all the valid Element keys within this representation. |
void |
DataRepresentation.setElement(java.lang.Object key,
DataRepresentation other)
Add an element to this representation with the given key. |
java.lang.Object |
ArrayType.read(DataRepresentation representation)
Reads an array of objects from some DataRepresentation. |
java.lang.Object |
AbstractType.read(DataRepresentation representation)
Creates an object from some DataRepresentation |
| Constructors in org.jdaemon.util.data that throw ReadError | |
JavaDataRepresentation(DataRepresentation other)
Creates new JavaDataRepresentation |
|
|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV NEXT | ||||||||