Uses of Interface
org.hydrateframework.gen.schema.Type

Packages that use Type
org.hydrateframework.ejb.schema   
org.hydrateframework.gen.schema   
 

Uses of Type in org.hydrateframework.ejb.schema
 

Subinterfaces of Type in org.hydrateframework.ejb.schema
 interface Type
           
 

Classes in org.hydrateframework.ejb.schema that implement Type
static class Types.Type_array_B
           
static class Types.Type_boolean
           
static class Types.Type_double
           
static class Types.Type_int
           
static class Types.Type_java_lang_String
           
static class Types.Type_java_util_Date
           
static class Types.Type_long
           
static class Types.TypeBase
           
static class Types.TypeInteger
           
static class Types.TypeNative
           
static class Types.TypeObject
           
static class Types.TypeReal
           
 

Uses of Type in org.hydrateframework.gen.schema
 

Classes in org.hydrateframework.gen.schema that implement Type
 class ClassDef
           
 class Enumeration
           
static class Types.BaseType
           
static class Types.Blob
           
static class Types.Boolean
           
static class Types.Currency
           
static class Types.Date
           
static class Types.Integer
           
static class Types.JavaType
           
static class Types.Object
           
static class Types.PositiveDouble
           
static class Types.PositiveInteger
           
static class Types.Real
           
static class Types.String
           
static class Types.Time
           
static class Types.Timestamp
           
static class Types.Void
           
 

Fields in org.hydrateframework.gen.schema declared as Type
protected  Type Attribute.type
           
protected  Type Enumeration.type
           
 

Fields in org.hydrateframework.gen.schema with type parameters of type Type
protected  java.util.Map<java.lang.String,Type> Family.types
           
 

Methods in org.hydrateframework.gen.schema that return Type
 Type Family.findType(java.lang.String name)
           
 Type Relationship.NestedMember.getCollectionOf()
           
 Type Relationship.Reference.getCollectionOf()
           
 Type Member.getCollectionOf()
          The type of collection
 Type Attribute.getCollectionOf()
           
 Type Enumeration.getType()
           
 Type[] Family.getTypes()
          Get a list of types (that is class definitions and enumerations) that were declared to be part of this family.
static Type Types.loadType(Family family, java.lang.String name)
           
static Type Types.loadType(java.lang.String baseType, Family family, java.lang.String name)
           
 

Methods in org.hydrateframework.gen.schema with parameters of type Type
 void Family.addType(java.lang.String name, Type type)
           
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.