Package ch.bailu.gtk.gst
Schnittstelle MetaFlags
public interface MetaFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intadditional flags can be added starting from this flag.static final intmetadata should not be removedstatic final intno flagsstatic final intmetadata is managed by a bufferpoolstatic final intmetadata should not be modified
-
Felddetails
-
NONE
static final int NONEno flags- Siehe auch:
-
READONLY
static final int READONLYmetadata should not be modified- Siehe auch:
-
POOLED
static final int POOLEDmetadata is managed by a bufferpool- Siehe auch:
-
LOCKED
static final int LOCKEDmetadata should not be removed- Siehe auch:
-
LAST
static final int LASTadditional flags can be added starting from this flag.- Siehe auch:
-