Uses of Class
rdr.core.Type

Packages that use Type
rdr.core   
 

Uses of Type in rdr.core
 

Methods in rdr.core that return Type
 Type Value.getType()
           
 Type Attribute.getTypeObject()
          Returns the actual Type object for this attribute
 

Constructors in rdr.core with parameters of type Type
Attribute(java.lang.String name, Type ty)
          Constructor.
Value(Type type, java.lang.Object value)
          Constructor.
Value(Type type, java.lang.String value)
          Constructor.