|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.session.Exporter.ExportQuery
Container to pass around for type exporting. A list of these makes an export specification so that different types can have different conditions.
Constructor Summary | |
Exporter.ExportQuery(Type type,
AttributeCondition[] conditions)
|
Method Summary | |
static Exporter.ExportQuery[] |
fromTypes(Type[] types)
|
AttributeCondition[] |
getConditions()
|
Type |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Exporter.ExportQuery(Type type, AttributeCondition[] conditions)
Method Detail |
public Type getType()
public AttributeCondition[] getConditions()
public static Exporter.ExportQuery[] fromTypes(Type[] types)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |