Uses of Class
org.jdtaus.core.container.Property

Packages that use Property
org.jdtaus.core.container Object management and configuration. 
 

Uses of Property in org.jdtaus.core.container
 

Methods in org.jdtaus.core.container that return Property
 Property[] Properties.getProperties()
          Gets the properties of the collection.
 Property Properties.getProperty(int index)
          Gets a property for an index.
 Property Properties.getProperty(String name)
          Gets a property for a name.
 Property Properties.setProperty(Property property)
          Setter for a named property from property properties.
 

Methods in org.jdtaus.core.container with parameters of type Property
 void Properties.setProperties(Property[] value)
          Setter for property properties.
 Property Properties.setProperty(Property property)
          Setter for a named property from property properties.
 



Copyright © 2005-2009 jDTAUS. All Rights Reserved.