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

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

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

Subclasses of PropertyObject in com.ibm.adt.topology.object.properties
 class Property
          Property is a component of the TopologyObject Properties heirachy.
 class PropertyArray
          PropertyArray is a component of the TopologyObject Properties heirachy.
 class PropertyList
          PropertyList is a component of the TopologyObject properties heirachy.
 class PropertyValue
           
 

Methods in com.ibm.adt.topology.object.properties that return PropertyObject
 PropertyObject PropertyArray.get(int index)
          Returns the element in the PropertyArray corresponding to the specified index.
 PropertyObject PropertyList.getPropertyValue(java.lang.String key)
          Retreive the Property value associated with the specified property key.
 PropertyObject PropertyArray.getPropertyValue(java.lang.String key)
          Used to retrieve a nested property value according to the specified xpath-style key.
 PropertyObject Property.getValue()
          Gets the Property value.
 

Methods in com.ibm.adt.topology.object.properties with parameters of type PropertyObject
 int PropertyArray.indexOf(PropertyObject object)
          Returns the index of the given PropertyObject within the array.
 



© Copyright 2006 IBM Corp. 2006 All Rights Reserved