|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV NEXT | ||||||||
Uses of Interface
org.jdaemon.util.data.DataRepresentation
| Uses of DataRepresentation in org.jdaemon.util.data |
| Classes in org.jdaemon.util.data that implement DataRepresentation | |
class |
JavaDataRepresentation
Java Data Representation |
| Methods in org.jdaemon.util.data that return DataRepresentation | |
DataRepresentation |
JavaDataRepresentation.getElement(java.lang.Object key)
Return a subset of the attributes in this representation |
DataRepresentation |
JavaDataRepresentation.newElement(java.lang.String type)
Create a new, empty element (not a member of this or any parent representation) |
DataRepresentation |
DataRepresentationPath.applyPath(DataRepresentation data)
|
private static DataRepresentation |
DataRepresentationPath.applyPath(DataRepresentation data,
org.jdaemon.util.QuickList elements)
|
DataRepresentation |
DataRepresentation.getElement(java.lang.Object key)
Get a named child DataRepresentation. |
DataRepresentation |
DataRepresentation.newElement(java.lang.String type)
Create a new DataRepresentation to which we can freely add data. |
| Methods in org.jdaemon.util.data with parameters of type DataRepresentation | |
abstract java.lang.Object |
Type.read(DataRepresentation representation)
Reads an object of this exact type from some DataRepresentation. |
abstract void |
Type.write(DataRepresentation representation,
java.lang.Object object)
Writes an object of this exact type to 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 |
void |
Type.put(DataRepresentation representation,
java.lang.Object key,
java.lang.Object object)
Writes an object as an element of a DataRepresentation |
java.lang.Object |
QuickListType.read(DataRepresentation representation)
Reads an array of objects from some DataRepresentation. |
void |
QuickListType.write(DataRepresentation representation,
java.lang.Object object)
Writes an array of objects to some DataRepresentation. |
void |
JavaDataRepresentation.setElement(java.lang.Object key,
DataRepresentation other)
Add an element to this representation with the given key |
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)
|
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. |
void |
ArrayType.write(DataRepresentation representation,
java.lang.Object object)
Writes an array of objects to some DataRepresentation. |
java.lang.Object |
AbstractType.read(DataRepresentation representation)
Creates an object from some DataRepresentation |
void |
AbstractType.write(DataRepresentation representation,
java.lang.Object object)
Writes an object to some DataRepresentation |
| Constructors in org.jdaemon.util.data with parameters of type DataRepresentation | |
JavaDataRepresentation(DataRepresentation other)
Creates new JavaDataRepresentation |
|
|
|||||||||
| Home >> All >> org >> jdaemon >> util >> [ data overview ] | PREV NEXT | ||||||||