| java.lang.Object | ||
| ↳ | com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper | |
| ↳ | com.atlassian.jira.issue.link.IssueLinkTypeImpl | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.issue.link.IssueLinkType
| |||||||||||
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an IssueLinkType from the given GenericValue.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Compare on name (in alphabetical order)
| |||||||||||
Checks if this link type is a System Link type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
| |||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||
From interface
com.atlassian.jira.issue.link.IssueLinkType
| |||||||||||||||||||||||||
From interface
com.atlassian.jira.ofbiz.OfBizValueWrapper
| |||||||||||||||||||||||||
From interface
java.lang.Comparable
| |||||||||||||||||||||||||
Creates an IssueLinkType from the given GenericValue.
| genericValue | the GenericValue |
|---|
Compare on name (in alphabetical order)
| other | the other IssueLinkType to compare to |
|---|
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 ot its parent issue using a link that is of a system link type.

