Package ro.sync.exml.options
Interface APIOptionConstants
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface APIOptionConstants
Global Oxygen constants which are accessible via the API.
- Since:
- 18
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Tri - state options valuesstatic final int
Tri - state options valuesstatic final int
Always show transformation console output.static final int
Tri - state options valuesstatic final int
Show transformation console output only when build fails.static final int
Track changes always off.static final int
Track changes always on.static final int
Initial state stored in document.static final int
View all changes/commentsstatic final int
View final
-
Field Details
-
ALWAYS_SHOW_CONSOLE
static final int ALWAYS_SHOW_CONSOLEAlways show transformation console output.- See Also:
-
SHOW_CONSOLE_WHEN_BUILD_FAILS
static final int SHOW_CONSOLE_WHEN_BUILD_FAILSShow transformation console output only when build fails.- See Also:
-
TRACK_CHANGES_INITIAL_STATE_STORED
static final int TRACK_CHANGES_INITIAL_STATE_STOREDInitial state stored in document.- See Also:
-
TRACK_CHANGES_INITIAL_STATE_ALWAYS_ON
static final int TRACK_CHANGES_INITIAL_STATE_ALWAYS_ONTrack changes always on.- See Also:
-
TRACK_CHANGES_INITIAL_STATE_ALWAYS_OFF
static final int TRACK_CHANGES_INITIAL_STATE_ALWAYS_OFFTrack changes always off.- See Also:
-
TRACK_CHANGES_VIEW_ALL
static final int TRACK_CHANGES_VIEW_ALLView all changes/comments- See Also:
-
TRACK_CHANGES_VIEW_FINAL
static final int TRACK_CHANGES_VIEW_FINALView final- See Also:
-
ALWAYS_ASK
static final int ALWAYS_ASKTri - state options values- See Also:
-
ALWAYS_NO
static final int ALWAYS_NOTri - state options values- See Also:
-
ALWAYS_YES
static final int ALWAYS_YESTri - state options values- See Also:
-