Package ch.bailu.gtk.gst
Schnittstelle TagMergeMode
public interface TagMergeMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
append tagsstatic final int
the number of merge modesstatic final int
keep existing tagsstatic final int
keep all existing tagsstatic final int
prepend tagsstatic final int
replace tagsstatic final int
replace all tags (clear list and append)static final int
undefined merge mode
-
Felddetails
-
UNDEFINED
static final int UNDEFINEDundefined merge mode- Siehe auch:
-
REPLACE_ALL
static final int REPLACE_ALLreplace all tags (clear list and append)- Siehe auch:
-
REPLACE
static final int REPLACEreplace tags- Siehe auch:
-
APPEND
static final int APPENDappend tags- Siehe auch:
-
PREPEND
static final int PREPENDprepend tags- Siehe auch:
-
KEEP
static final int KEEPkeep existing tags- Siehe auch:
-
KEEP_ALL
static final int KEEP_ALLkeep all existing tags- Siehe auch:
-
COUNT
static final int COUNTthe number of merge modes- Siehe auch:
-