| Package | Description |
|---|---|
| org.itracker.model |
All entity classes are POJO beans.
|
| org.itracker.model.util |
This package contains code for what?
|
| Modifier and Type | Method | Description |
|---|---|---|
IssueRelation.Type |
IssueRelation.Type.fromCode(Integer code) |
|
IssueRelation.Type |
IssueRelation.getRelationType() |
|
static IssueRelation.Type |
IssueRelation.Type.valueOf(Integer code) |
Returns the enum constant of this type with the specified name.
|
static IssueRelation.Type |
IssueRelation.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IssueRelation.Type[] |
IssueRelation.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
IssueRelation.setRelationType(IssueRelation.Type type) |
| Constructor | Description |
|---|---|
IssueRelation(Issue issue,
Issue relatedIssue,
IssueRelation.Type relationType) |
| Modifier and Type | Method | Description |
|---|---|---|
static IssueRelation.Type |
IssueUtilities.getMatchingRelationType(IssueRelation.Type relationType) |
| Modifier and Type | Method | Description |
|---|---|---|
static IssueRelation.Type |
IssueUtilities.getMatchingRelationType(IssueRelation.Type relationType) |
|
static String |
IssueUtilities.getRelationName(IssueRelation.Type value) |
|
static String |
IssueUtilities.getRelationName(IssueRelation.Type value,
Locale locale) |
Copyright © 2002–2019 itracker. All rights reserved.