Uses of Class
org.jomc.model.Property

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

Uses of Property in org.jomc.model
 

Fields in org.jomc.model with type parameters of type Property
protected  List<Property> Properties.property
           
 

Methods in org.jomc.model that return Property
 Property Property.clone()
          Creates and returns a deep copy of this object.
 Property ObjectFactory.createProperty()
          Create an instance of Property
 Property Properties.getProperty(String name)
          Gets a property for a given name from the list of properties.
 

Methods in org.jomc.model that return types with arguments of type Property
 javax.xml.bind.JAXBElement<Property> ObjectFactory.createProperty(Property value)
          Create an instance of JAXBElement<Property>}
 List<Property> Properties.getProperty()
          Gets the value of the property property.
 

Methods in org.jomc.model with parameters of type Property
 javax.xml.bind.JAXBElement<Property> ObjectFactory.createProperty(Property value)
          Create an instance of JAXBElement<Property>}
 

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



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