Package ch.bailu.gtk.gst
Schnittstelle TagMergeMode
public interface TagMergeMode
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intappend tagsstatic final intthe number of merge modesstatic final intkeep existing tagsstatic final intkeep all existing tagsstatic final intprepend tagsstatic final intreplace tagsstatic final intreplace all tags (clear list and append)static final intundefined 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:
-