|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Project.Methodology
public static final class Project.Methodology
Defines the development methodology property of the Project. This property is new to 12.5+ servers
| Field Summary | |
|---|---|
static Project.Methodology |
AGILE
Defines the agile development methodology for the project. |
static Project.Methodology[] |
ALL
All of the supported development methodology types for a project. |
static Project.Methodology |
KANBAN
Defines the kanban development methodology for the project. |
static Project.Methodology |
MIGRATION
Defines the migration development methodology for the project. |
static Project.Methodology |
WATERFALL
Defines the waterfall development methodology for the project. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares the given methodology instance with this one |
static Project.Methodology |
fromID(int id)
returns a methodology object corresponding to the given integer ID |
static Project.Methodology |
fromValue(EnumeratedValue value)
Gets the development methodology value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in MethodologyProperty. |
int |
hashCode()
returns a hashCode for this methodology instance |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Project.Methodology AGILE
public static final Project.Methodology KANBAN
public static final Project.Methodology WATERFALL
public static final Project.Methodology MIGRATION
public static final Project.Methodology[] ALL
| Method Detail |
|---|
public int getID()
Project.Type.MethodologyProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Project.Methodology fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a Methodology.
public static Project.Methodology fromID(int id)
id - the id of the Methodology to look for
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare to
public int hashCode()
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||