|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IValues
Interface for accessing values belong to the events in a view.
| Method Summary | |
|---|---|
java.util.Collection<java.lang.String> |
getAttributes()
Returns the attributes |
java.util.Collection<FieldType> |
getFieldTypes()
Returns the supported FieldTypes |
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 interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
void setAttribute(java.util.Collection<java.lang.String> attributes)
attributes - java.util.Collection<java.lang.String> getAttributes()
void setFieldTypes(java.util.Collection<FieldType> fieldTypes)
fieldTypes - java.util.Collection<FieldType> getFieldTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||