Uses of Class
org.jomc.model.bootstrap.BootstrapObject

Packages that use BootstrapObject
org.jomc.model Object management and configuration model classes. 
org.jomc.model.bootstrap Object management and configuration model bootstrap classes. 
 

Uses of BootstrapObject in org.jomc.model
 

Methods in org.jomc.model with type parameters of type BootstrapObject
<T extends BootstrapObject>
T
DefaultModelManager.transformBootstrapObject(JAXBElement<T> bootstrapObject, Transformer transformer)
          Transforms a given BootstrapObject with a given Transformer.
 

Method parameters in org.jomc.model with type arguments of type BootstrapObject
 void DefaultModelManager.validateBootstrapObject(JAXBElement<? extends BootstrapObject> bootstrapObject)
          Validates a given bootstrap object.
 

Uses of BootstrapObject in org.jomc.model.bootstrap
 

Subclasses of BootstrapObject in org.jomc.model.bootstrap
 class Schema
          Model of a schema.
 class Schemas
          List of schemas.
 

Methods in org.jomc.model.bootstrap that return BootstrapObject
 BootstrapObject BootstrapObject.clone()
          Creates and returns a deep copy of this object.
 BootstrapObject ObjectFactory.createBootstrapObject()
          Create an instance of BootstrapObject
 

Constructors in org.jomc.model.bootstrap with parameters of type BootstrapObject
BootstrapObject(BootstrapObject o)
          Creates a new BootstrapObject instance by deeply copying a given instance.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.