|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.mc.flightrecorder.provider.Values
public final class Values
An implementation of IValues
| Constructor Summary | |
|---|---|
Values(IView view)
|
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getAttributes()
Returns the attributes |
java.util.Collection<FieldType> |
getFieldTypes()
Returns the supported FieldTypes |
java.util.Iterator<java.lang.Object> |
iterator()
|
void |
setAttribute(java.util.Collection<java.lang.String> attributes)
Sets the attribute values that should be extracted. |
void |
setFieldTypes(java.util.Collection<FieldType> fieldTypes)
Sets the supported FieldTypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Values(IView view)
| Method Detail |
|---|
public void setAttribute(java.util.Collection<java.lang.String> attributes)
IValues
setAttribute in interface IValuespublic java.util.Collection<java.lang.String> getAttributes()
IValues
getAttributes in interface IValuespublic void setFieldTypes(java.util.Collection<FieldType> fieldTypes)
IValues
setFieldTypes in interface IValuespublic java.util.Collection<FieldType> getFieldTypes()
IValues
getFieldTypes in interface IValuespublic java.util.Iterator<java.lang.Object> iterator()
iterator in interface java.lang.Iterable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||