Uses of Class
org.jomc.model.test.AnyModelObject

Packages that use AnyModelObject
org.jomc.model.test   
 

Uses of AnyModelObject in org.jomc.model.test
 

Fields in org.jomc.model.test declared as AnyModelObject
protected  AnyModelObject ImplementationTest.implementation
           
protected  AnyModelObject SchemaConstraintsTest.modelObject
           
protected  AnyModelObject ModulesConstraintsTest.modules
           
protected  AnyModelObject ImplementationTest.modules
           
 

Methods in org.jomc.model.test that return AnyModelObject
 AnyModelObject AnyModelObject.clone()
          Creates and returns a deep copy of this object.
 AnyModelObject ObjectFactory.createAnyModelObject()
          Create an instance of AnyModelObject
 AnyModelObject ImplementationTest.getImplementation()
          Gets the value of the implementation property.
 AnyModelObject SchemaConstraintsTest.getModelObject()
          Gets the value of the modelObject property.
 AnyModelObject ModulesConstraintsTest.getModules()
          Gets the value of the modules property.
 AnyModelObject ImplementationTest.getModules()
          Gets the value of the modules property.
 

Methods in org.jomc.model.test with parameters of type AnyModelObject
 void ImplementationTest.setImplementation(AnyModelObject value)
          Sets the value of the implementation property.
 void SchemaConstraintsTest.setModelObject(AnyModelObject value)
          Sets the value of the modelObject property.
 void ModulesConstraintsTest.setModules(AnyModelObject value)
          Sets the value of the modules property.
 void ImplementationTest.setModules(AnyModelObject value)
          Sets the value of the modules property.
 

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



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