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.Type

Uses of Type in org.jdaemon.util.data
 

Subclasses of Type in org.jdaemon.util.data
 class AbstractType
           
 class ArrayType
          Type object for Saving/Loading arrays from a DataRepresentation
 class QuickListType
          Type object for Saving/Loading arrays from a DataRepresentation
 

Fields in org.jdaemon.util.data declared as Type
private  Type QuickListType.element_type
           
private  Type ArrayType.element_type
           
 

Methods in org.jdaemon.util.data that return Type
static Type Types.arrayOf(Type element_type)
          Get a Type object for an array of elements of a given type
static Type Types.quicklistOf(Type element_type)
          Get a Type object for a quicjlist of elements of a given type
 Type Type.getType(DataRepresentation representation)
          Find the actual type of some DataRepresentation.
 Type Type.getType(java.lang.Object object)
          Find the actual type of some object.
 

Methods in org.jdaemon.util.data with parameters of type Type
static Type Types.arrayOf(Type element_type)
          Get a Type object for an array of elements of a given type
static Type Types.quicklistOf(Type element_type)
          Get a Type object for a quicjlist of elements of a given type
protected  void Type.addSubtype(Type type)
          Add a subtype to this type.
 

Constructors in org.jdaemon.util.data with parameters of type Type
Type(Type parent, java.lang.String type, java.lang.Class my_class)
          Construct a Type object to map between objects of a given class and DataRepresentation elements of a given type.
QuickListType(Type element_type)
          Creates a new instance of QuickListType
ArrayType(Type element_type)
          Creates a new instance of ArrayType