|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 child value at the given position. |
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)
|
void |
Value.remove(Value toRemove)
|
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)
|
Constructors in com.ibm.rational.rpe.common.data with parameters of type Value | |
---|---|
Property(java.lang.String name,
java.lang.String type,
Value value)
|
|
Property(java.lang.String name,
Value 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)
|
static void |
PropertyUtils.setPropertyValue(Property prop,
Value value)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |