|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.scape_project.watch.adaptor.c3po.common.ProfileResult
public class ProfileResult
A simple profile result object.
Constructor Summary | |
---|---|
ProfileResult()
The default constructor initializes the result list. |
|
ProfileResult(List<PropertyValue> result)
Initializes this object and passes the result list. |
Method Summary | |
---|---|
void |
add(List<PropertyValue> values)
Adds all values of the passed list to the result list if the list is not null. |
void |
add(PropertyValue v)
Adds the value to the result list. |
List<PropertyValue> |
getPropertyValues()
Retrieves the property values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileResult()
public ProfileResult(List<PropertyValue> result)
result
- the result list to use.Method Detail |
---|
public void add(PropertyValue v)
v
- the value to add.public void add(List<PropertyValue> values)
values
- the values to add.public List<PropertyValue> getPropertyValues()
getPropertyValues
in interface ResultInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |