Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdaemon.util.data.WriteError

Uses of WriteError in org.jdaemon.util.data
 

Methods in org.jdaemon.util.data that throw WriteError
abstract  void Type.write(DataRepresentation representation, java.lang.Object object)
          Writes an object of this exact type to some DataRepresentation.
 void Type.put(DataRepresentation representation, java.lang.Object key, java.lang.Object object)
          Writes an object as an element of a 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
 void JavaDataRepresentation.setAttribute(java.lang.Object key, java.lang.String value)
          Set an attriubute of this representation
static void DataRepresentations.copyAttributes(DataRepresentation from, DataRepresentation to)
           
static void DataRepresentations.copyElements(DataRepresentation from, DataRepresentation to)
           
 void DataRepresentation.setAttribute(java.lang.Object key, java.lang.String value)
          Set an attribute of this representation.
 void DataRepresentation.setElement(java.lang.Object key, DataRepresentation other)
          Add an element to this representation with the given key.
 void ArrayType.write(DataRepresentation representation, java.lang.Object object)
          Writes an array of objects to some DataRepresentation.
 void AbstractType.write(DataRepresentation representation, java.lang.Object object)
          Writes an object to some DataRepresentation
 

Constructors in org.jdaemon.util.data that throw WriteError
JavaDataRepresentation(DataRepresentation other)
          Creates new JavaDataRepresentation