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

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

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

Methods in com.ebmwebsourcing.commons.schema.api that return Documentation
 Documentation SchemaElement.createDocumentation()
          Create the documentation element.
 Documentation SchemaElement.getDocumentation()
          Get the documentation element.
 

Methods in com.ebmwebsourcing.commons.schema.api with parameters of type Documentation
 void SchemaElement.setDocumentation(Documentation doc)
          Set the documentation element for this document.
 

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

Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt declared as Documentation
protected  Documentation AbstractSchemaElement.documentation
           
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return Documentation
 Documentation AbstractSchemaElement.createDocumentation()
          Create the documentation element.
 Documentation AbstractSchemaElement.getDocumentation()
          Get the documentation.
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type Documentation
 void AbstractSchemaElement.setDocumentation(Documentation doc)
          Set the documentation for this document.
 

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

Classes in com.ebmwebsourcing.commons.schema.impl that implement Documentation
 class Documentation
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.