Interface PropertyType
-
public interface PropertyType
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANGE_SET_TYPEUrl to change set.static StringDIFF_TYPEUrl to a diff for a changed filestatic StringLINK_ICON_CLASSClass name for link iconstatic StringLINK_TEXTLink text or titlestatic StringNEW_TYPEUrl to a newly added filestatic StringREMOVED_TYPEUrl to removed file
-
-
-
Field Detail
-
DIFF_TYPE
static final String DIFF_TYPE
Url to a diff for a changed file- See Also:
- Constant Field Values
-
NEW_TYPE
static final String NEW_TYPE
Url to a newly added file- See Also:
- Constant Field Values
-
REMOVED_TYPE
static final String REMOVED_TYPE
Url to removed file- See Also:
- Constant Field Values
-
CHANGE_SET_TYPE
static final String CHANGE_SET_TYPE
Url to change set.- See Also:
- Constant Field Values
-
LINK_TEXT
static final String LINK_TEXT
Link text or title- See Also:
- Constant Field Values
-
LINK_ICON_CLASS
static final String LINK_ICON_CLASS
Class name for link icon- See Also:
- Constant Field Values
-
-