Uses of Interface
com.ebmwebsourcing.commons.schema.api.Type

Packages that use Type
com.ebmwebsourcing.commons.schema.api   
com.ebmwebsourcing.commons.schema.api.abstractElmt   
com.ebmwebsourcing.commons.schema.impl   
 

Uses of Type in com.ebmwebsourcing.commons.schema.api
 

Subinterfaces of Type in com.ebmwebsourcing.commons.schema.api
 interface ComplexType
           
 interface SimpleType
           
 

Methods in com.ebmwebsourcing.commons.schema.api that return Type
 Type Element.getType()
           
 Type Schema.getType(javax.xml.namespace.QName type)
           
 

Methods in com.ebmwebsourcing.commons.schema.api that return types with arguments of type Type
 java.util.List<Type> Schema.getTypes()
           
 

Methods in com.ebmwebsourcing.commons.schema.api with parameters of type Type
 void Schema.addType(Type type)
           
 

Uses of Type in com.ebmwebsourcing.commons.schema.api.abstractElmt
 

Classes in com.ebmwebsourcing.commons.schema.api.abstractElmt that implement Type
 class AbstractType<E extends Annotated,V>
           
 

Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt declared as Type
protected  Type AbstractElement.type
          the type of element
protected  Type AbstractAttribute.type
          the type of element
 

Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt with type parameters of type Type
 java.util.List<Type> AbstractSchema.types
          the list of types
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return Type
 Type AbstractElement.getType()
           
 Type AbstractAttribute.getType()
           
 Type AbstractSchema.getType(javax.xml.namespace.QName type)
           
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return types with arguments of type Type
 java.util.List<Type> AbstractSchema.getTypes()
           
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type Type
 void AbstractSchema.addType(Type type)
           
 

Uses of Type in com.ebmwebsourcing.commons.schema.impl
 

Classes in com.ebmwebsourcing.commons.schema.impl that implement Type
 class ComplexType
           
 class SimpleType
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.