Uses of Class
com.ibm.rational.rpe.common.data.Value

Packages that use Value
com.ibm.rational.rpe.common.data   
com.ibm.rational.rpe.common.utils   
 

Uses of Value in com.ibm.rational.rpe.common.data
 

Methods in com.ibm.rational.rpe.common.data that return Value
 Value Property.getValue()
          Returns the value of the property.
 Value Value.getValue(int index)
          Returns the value object from the collection present at the index.
 

Methods in com.ibm.rational.rpe.common.data that return types with arguments of type Value
 java.util.Collection<Value> Value.getValues()
          Returns an unmodifiable collection of values.
 

Methods in com.ibm.rational.rpe.common.data with parameters of type Value
 void Value.addValue(Value value)
          Initializes the collection for the first time and inserts the value object into the collection of values.
 void Value.remove(Value toRemove)
          Removes the value object from the collection of values.
 void Property.setValue(Value value)
           
 

Method parameters in com.ibm.rational.rpe.common.data with type arguments of type Value
 void Value.removeValues(java.util.Collection<Value> toRemove)
          Removes all the value objects that are passed as input from the collection of values.
 

Constructors in com.ibm.rational.rpe.common.data with parameters of type Value
Property(java.lang.String name, java.lang.String type, Value value)
          Creates a property with the given name and value and also sets its type to type
Property(java.lang.String name, Value value)
          Creates a property with the given name and value
 

Uses of Value in com.ibm.rational.rpe.common.utils
 

Methods in com.ibm.rational.rpe.common.utils with parameters of type Value
static void PropertyUtils.setProperty(Feature context, java.lang.String propname, Value value)
          Searches the context feature for a property named propname and sets its value to value.
static void PropertyUtils.setPropertyValue(Property prop, Value value)
          Deprecated.