Method Summary |
|
public void | delete() |
public static Comparator | getComparator() Compares numeric value and in cases where the numeric value
is the same it compares the display values. |
public List | getDescendants(IssueType issueType) |
public String | getDisplayValue() A convenience method for getting the option name. |
public int | getLevel() Get the level in the option parent-child tree. |
public Module | getModule() Module getter. |
public RModuleAttribute | getRModuleAttribute(IssueType issueType) |
public ScarabModule | getScarabModule() Throws UnsupportedOperationException. |
public void | save(Connection con) |
public void | setLevel(int v) Get the level in the option parent-child tree. |
public void | setModule(Module me) Use this instead of setScarabModule. |
public void | setScarabModule(ScarabModule module) Throws UnsupportedOperationException. |