|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectPhase | |
wt.audit.eventinfo | |
wt.pdmlink | |
wt.projmgmt.admin | |
wt.projmgmt.execution | |
wt.projmgmt.ix |
Uses of ProjectPhase in wt.audit.eventinfo |
Fields in wt.audit.eventinfo declared as ProjectPhase | |
private ProjectPhase |
ProjectEventInfo.phase
|
Methods in wt.audit.eventinfo that return ProjectPhase | |
ProjectPhase |
ProjectEventInfo.getPhase()
Gets the value of the attribute: PHASE. |
Methods in wt.audit.eventinfo with parameters of type ProjectPhase | |
void |
ProjectEventInfo.setPhase(ProjectPhase a_Phase)
Sets the value of the attribute: PHASE. |
Uses of ProjectPhase in wt.pdmlink |
Methods in wt.pdmlink that return ProjectPhase | |
static ProjectPhase |
ProductIXUtils.getProjectPhase(IxbElement elem)
|
Uses of ProjectPhase in wt.projmgmt.admin |
Fields in wt.projmgmt.admin declared as ProjectPhase | |
static ProjectPhase |
ProjectPhase.KICKOFF
The Project Phase of Kickoff Supported API: false |
static ProjectPhase |
ProjectPhase.SCOPING
The Project Phase of Scoping Supported API: false |
static ProjectPhase |
ProjectPhase.PLANNING
The Project Phase of Planning Supported API: false |
static ProjectPhase |
ProjectPhase.ASSIGNMENT
The Project Phase of Assignment Supported API: false |
static ProjectPhase |
ProjectPhase.DEVELOPMENT
The Project Phase of Development Supported API: false |
static ProjectPhase |
ProjectPhase.WRAPUP
The Project Phase of Wrap Up Supported API: false |
static ProjectPhase |
ProjectPhase.COMPLETED
The Project Phase of Completed Supported API: false |
static ProjectPhase |
ProjectPhase.POSTMORTEM
The Project Phase of Post Mortem Supported API: false |
static ProjectPhase |
ProjectPhase.CANCELLED
The Project Phase of Cancelled Supported API: false |
private ProjectPhase |
Project2.phase
|
Methods in wt.projmgmt.admin that return ProjectPhase | |
static ProjectPhase |
ProjectPhase.newProjectPhase(int secretHandshake)
Used by EnumeratedType for constructing instances of ProjectPhase, from a resource bundle. |
static ProjectPhase |
ProjectPhase.toProjectPhase(String internal_value)
Returns the ProjectPhase instance for the internal_value argument. |
static ProjectPhase |
ProjectPhase.getProjectPhaseDefault()
Returns the default value (instance) for the ProjectPhase set. |
static ProjectPhase[] |
ProjectPhase.getProjectPhaseSet()
Returns a copy of the set of valid values (instances) for the ProjectPhase class. |
ProjectPhase |
Project2.getPhase()
Gets the value of the attribute: PHASE. |
Methods in wt.projmgmt.admin with parameters of type ProjectPhase | |
void |
Project2.setPhase(ProjectPhase a_Phase)
Sets the value of the attribute: PHASE. |
Uses of ProjectPhase in wt.projmgmt.execution |
Fields in wt.projmgmt.execution declared as ProjectPhase | |
private ProjectPhase |
ProjectPlan.phase
|
Methods in wt.projmgmt.execution that return ProjectPhase | |
ProjectPhase |
ProjectPlan.getPhase()
Gets the value of the attribute: PHASE. |
Methods in wt.projmgmt.execution with parameters of type ProjectPhase | |
void |
ProjectPlan.setPhase(ProjectPhase a_Phase)
Sets the value of the attribute: PHASE. |
Uses of ProjectPhase in wt.projmgmt.ix |
Methods in wt.projmgmt.ix that return ProjectPhase | |
static ProjectPhase |
ProjMgmtIxUtils.getProjectPhase(IxbElement elem)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |