Package com.polarion.alm.tracker.model
Interface ICommentTagOpt
- All Superinterfaces:
IEnumOption
- Since:
- 3.7.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Comment on approval process.static final String
Secure comment.static final String
Signature related comment.Fields inherited from interface com.polarion.platform.persistence.IEnumOption
PROPERTY_KEY_COLOR, PROPERTY_KEY_DEFAULT, PROPERTY_KEY_DESCRIPTION, PROPERTY_KEY_HIDDEN, PROPERTY_KEY_ICON_URL, PROPERTY_KEY_UI_LINK, PROPERTY_KEY_URI
-
Method Summary
Methods inherited from interface com.polarion.platform.persistence.IEnumOption
getEnumId, getId, getName, getProperties, getProperty, getSequenceNumber, isDefault, isHidden, isPhantom
-
Field Details
-
OPT_APPROVALS
Comment on approval process.- See Also:
-
OPT_SECURE
Secure comment.- Since:
- 3.7.2
- See Also:
-
OPT_SIGNATURES
Signature related comment.- Since:
- 3.9.0
- See Also:
-