com.atlassian.jira.issue.link
Interface IssueLinkType

All Superinterfaces:
Comparable<IssueLinkType>, OfBizValueWrapper
All Known Implementing Classes:
IssueLinkTypeImpl

@PublicApi
public interface IssueLinkType
extends OfBizValueWrapper, Comparable<IssueLinkType>


Field Summary
static String INWARD_FIELD_NAME
           
static String NAME_FIELD_NAME
           
static String OUTWARD_FIELD_NAME
           
static String STYLE_FIELD_NAME
           
 
Method Summary
 Long getId()
           
 String getInward()
           
 String getName()
           
 String getOutward()
           
 String getStyle()
           
 boolean isSubTaskLinkType()
           
 boolean isSystemLinkType()
          Checks if this link type is a System Link type.
 
Methods inherited from interface com.atlassian.jira.ofbiz.OfBizValueWrapper
getGenericValue, getLong, getString, getTimestamp, store
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

NAME_FIELD_NAME

static final String NAME_FIELD_NAME
See Also:
Constant Field Values

OUTWARD_FIELD_NAME

static final String OUTWARD_FIELD_NAME
See Also:
Constant Field Values

INWARD_FIELD_NAME

static final String INWARD_FIELD_NAME
See Also:
Constant Field Values

STYLE_FIELD_NAME

static final String STYLE_FIELD_NAME
See Also:
Constant Field Values
Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.