Uses of Class
org.jomc.model.Properties

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

Uses of Properties in org.jomc.model
 

Fields in org.jomc.model declared as Properties
protected  Properties Implementation.properties
           
protected  Properties Specification.properties
           
protected  Properties Instance.properties
           
protected  Properties Module.properties
           
protected  Properties Dependency.properties
           
 

Methods in org.jomc.model that return Properties
 Properties Properties.clone()
          Creates and returns a deep copy of this object.
 Properties ObjectFactory.createProperties()
          Create an instance of Properties
 Properties Implementation.getProperties()
          Properties of this implementation or null.
 Properties Specification.getProperties()
          Properties of this specification or null.
 Properties Instance.getProperties()
          Properties of this instance or null.
 Properties Module.getProperties()
          Properties of this module or null.
 Properties Dependency.getProperties()
          Properties of this dependency or null.
 Properties Modules.getProperties(String implementation)
          Gets all properties of an implementation from this list of modules.
 Properties Modules.getSpecifiedProperties(String implementation)
          Gets all properties specified for an implementation from this list of modules.
 

Methods in org.jomc.model that return types with arguments of type Properties
 javax.xml.bind.JAXBElement<Properties> ObjectFactory.createProperties(Properties value)
          Create an instance of JAXBElement<Properties>}
 

Methods in org.jomc.model with parameters of type Properties
 javax.xml.bind.JAXBElement<Properties> ObjectFactory.createProperties(Properties value)
          Create an instance of JAXBElement<Properties>}
 void Implementation.setProperties(Properties value)
          Sets the value of the properties property.
 void Specification.setProperties(Properties value)
          Sets the value of the properties property.
 void Instance.setProperties(Properties value)
          Sets the value of the properties property.
 void Module.setProperties(Properties value)
          Sets the value of the properties property.
 void Dependency.setProperties(Properties value)
          Sets the value of the properties property.
 

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



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