Package com.atlassian.jira.issue.link
Interface IssueLinkType
- All Superinterfaces:
Comparable<IssueLinkType>
,OfBizValueWrapper
- All Known Implementing Classes:
IssueLinkTypeImpl
-
Field Summary
Fields -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper
getGenericValue, getLong, getString, getTimestamp, store
-
Field Details
-
NAME_FIELD_NAME
- See Also:
-
OUTWARD_FIELD_NAME
- See Also:
-
INWARD_FIELD_NAME
- See Also:
-
STYLE_FIELD_NAME
- See Also:
-
-
Method Details
-
getId
Long getId()- Returns:
- the id of this IssueLinkType
-
getName
String getName()- Returns:
- the name of this IssueLinkType
-
getOutward
String getOutward()- Returns:
- the outward name of this IssueLinkType
-
getInward
String getInward()- Returns:
- the inward name of this IssueLinkType
-
getStyle
String getStyle()- Returns:
- the style name of this IssueLinkType
-
isSubTaskLinkType
boolean isSubTaskLinkType()- Returns:
- true if the link type is a subtask link
-
isSystemLinkType
boolean isSystemLinkType()Checks if this link type is a System Link type.System link types are used by JIRA to denote a special relationship between issues. For example, a sub-task is linked to its parent issue using a link that is of a system link type.
- Returns:
- true if this is a System Link Type
-