Package ch.bailu.gtk.gst
Schnittstelle QueryTypeFlags
public interface QueryTypeFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Set if the query can travel downstream.static final int
Set if the query should be serialized with data
flow.static final int
Set if the query can travel upstream.
-
Felddetails
-
UPSTREAM
static final int UPSTREAMSet if the query can travel upstream.- Siehe auch:
-
DOWNSTREAM
static final int DOWNSTREAMSet if the query can travel downstream.- Siehe auch:
-
SERIALIZED
static final int SERIALIZEDSet if the query should be serialized with data
flow.- Siehe auch:
-