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

Packages that use SchemaElement
org.hydrateframework.gen.schema   
 

Uses of SchemaElement in org.hydrateframework.gen.schema
 

Subinterfaces of SchemaElement in org.hydrateframework.gen.schema
 interface Member
           
 

Classes in org.hydrateframework.gen.schema that implement SchemaElement
 class Attribute
           
 class ClassComparator
           
 class ClassDef
           
 class DefaultKeyAttribute
           
 class DiscriminatorAttribute
           
 class Enumeration
           
static class Enumeration.Option
           
 class Family
           
 class Key
           
 class Method
           
 class Method.Parameter
           
 class Relationship
           
 class Relationship.NestedMember
           
 class Relationship.Reference
           
 class SchemaElementBase
           
 class XMLSchema
           
static class XMLSchema.XMLSchemaElement
           
 

Methods in org.hydrateframework.gen.schema that return SchemaElement
 SchemaElement SchemaElementBase.newElement(java.lang.String name, java.util.Collection<? extends SchemaElement> search, java.lang.Class objectClass, java.lang.Object[] constructionParams)
           
 SchemaElement Relationship.override(Family family)
           
 SchemaElement Relationship.NestedMember.override(Family family)
           
 SchemaElement Relationship.Reference.override(Family family)
           
 SchemaElement ClassComparator.override(Family family)
           
 SchemaElement Family.override(Family family)
           
 SchemaElement SchemaElement.override(Family family)
          Override the schema element from ain included file.
 SchemaElement Method.override(Family family)
           
 SchemaElement Method.Parameter.override(Family family)
           
 SchemaElement XMLSchema.override(Family family)
           
 SchemaElement XMLSchema.XMLSchemaElement.override(Family family)
           
 SchemaElement Key.override(Family family)
           
 SchemaElement Attribute.override(Family family)
           
 SchemaElement Enumeration.override(Family family)
           
 SchemaElement Enumeration.Option.override(Family family)
           
 SchemaElement ClassDef.override(Family family)
           
 

Methods in org.hydrateframework.gen.schema with parameters of type SchemaElement
 void Relationship.notifyUpdate(SchemaElement element)
           
 void Relationship.NestedMember.notifyUpdate(SchemaElement element)
           
 void Relationship.Reference.notifyUpdate(SchemaElement element)
           
 void ClassComparator.notifyUpdate(SchemaElement element)
           
 void Family.notifyUpdate(SchemaElement element)
           
 void SchemaElement.notifyUpdate(SchemaElement element)
          Notify a schema element that the schema element it is overriding has changed
 void Method.notifyUpdate(SchemaElement element)
           
 void Method.Parameter.notifyUpdate(SchemaElement element)
           
 void XMLSchema.notifyUpdate(SchemaElement element)
           
 void XMLSchema.XMLSchemaElement.notifyUpdate(SchemaElement element)
           
 void Key.notifyUpdate(SchemaElement element)
           
 void Attribute.notifyUpdate(SchemaElement element)
           
 void Enumeration.notifyUpdate(SchemaElement element)
           
 void Enumeration.Option.notifyUpdate(SchemaElement element)
           
 void ClassDef.notifyUpdate(SchemaElement element)
           
 

Method parameters in org.hydrateframework.gen.schema with type arguments of type SchemaElement
 SchemaElement SchemaElementBase.newElement(java.lang.String name, java.util.Collection<? extends SchemaElement> search, java.lang.Class objectClass, java.lang.Object[] constructionParams)
           
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.