public class

IssueLinkTypeImpl

extends AbstractOfBizValueWrapper
implements IssueLinkType
java.lang.Object
   ↳ com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
     ↳ com.atlassian.jira.issue.link.IssueLinkTypeImpl

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.issue.link.IssueLinkType
[Expand]
Inherited Fields
From class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
Public Constructors
IssueLinkTypeImpl(GenericValue genericValue)
Creates an IssueLinkType from the given GenericValue.
Public Methods
int compareTo(IssueLinkType other)
Compare on name (in alphabetical order)
Long getId()
String getInward()
String getName()
String getOutward()
String getStyle()
boolean isSubTaskLinkType()
boolean isSystemLinkType()
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

Public Constructors

public IssueLinkTypeImpl (GenericValue genericValue)

Creates an IssueLinkType from the given GenericValue.

Parameters
genericValue the GenericValue

Public Methods

public int compareTo (IssueLinkType other)

Compare on name (in alphabetical order)

Parameters
other the other IssueLinkType to compare to

public Long getId ()

public String getInward ()

public String getName ()

public String getOutward ()

public String getStyle ()

public boolean isSubTaskLinkType ()

public 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 ot its parent issue using a link that is of a system link type.

Returns
  • true if this is a System Link Type