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 Module.properties
           
protected  Properties Dependency.properties
           
protected  Properties Specification.properties
           
protected  Properties Instance.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 Module.getProperties()
          Properties of this module or null.
 Properties Dependency.getProperties()
          Properties of this dependency or null.
 Properties Specification.getProperties()
          Properties of this specification or null.
 Properties Instance.getProperties()
          Properties of this instance or null.
 Properties Modules.getProperties(String implementation)
          Gets all properties of an implementation from the list of modules.
 Properties Modules.getSpecifiedProperties(String implementation)
          Gets all properties specified for an implementation from the 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 Module.setProperties(Properties value)
          Sets the value of the properties property.
 void Dependency.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.
 

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-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.