Uses of Class
com.ibm.adt.topology.object.properties.Property

Packages that use Property
com.ibm.adt.topology.object.properties   
 

Uses of Property in com.ibm.adt.topology.object.properties
 

Methods in com.ibm.adt.topology.object.properties that return Property
 Property PropertyList.getProperty(java.lang.String name)
          Get the Property object with the specified name.
 

Methods in com.ibm.adt.topology.object.properties with parameters of type Property
(package private)  void PropertyList.add(Property property)
          Adds Property to Property without enforcing unique name requirements.
 void PropertyList.addProperty(Property property)
          Adds a Property to the PropertyList.
 boolean PropertyList.remove(Property property)
          Removes the specified Property object from this PropertyList.
 



© Copyright 2006 IBM Corp. 2006 All Rights Reserved