Uses of Class
wt.projmgmt.admin.ProjectRiskValue

Packages that use ProjectRiskValue
wt.audit.eventinfo   
wt.pdmlink   
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of ProjectRiskValue in wt.audit.eventinfo
 

Fields in wt.audit.eventinfo declared as ProjectRiskValue
private  ProjectRiskValue ProjectEventInfo.riskValue
           
 

Methods in wt.audit.eventinfo that return ProjectRiskValue
 ProjectRiskValue ProjectEventInfo.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 

Methods in wt.audit.eventinfo with parameters of type ProjectRiskValue
 void ProjectEventInfo.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 

Uses of ProjectRiskValue in wt.pdmlink
 

Methods in wt.pdmlink that return ProjectRiskValue
static ProjectRiskValue ProductIXUtils.getProjectRiskValue(IxbElement elem)
           
 

Uses of ProjectRiskValue in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as ProjectRiskValue
static ProjectRiskValue ProjectRiskValue.VERYHIGH
          The Project Risk Value of Very High

Supported API: false
static ProjectRiskValue ProjectRiskValue.HIGH
          The Project Risk Value of High

Supported API: false
static ProjectRiskValue ProjectRiskValue.MEDIUM
          The Project Risk Value of Medium

Supported API: false
static ProjectRiskValue ProjectRiskValue.LOW
          The Project Risk Value of Low

Supported API: false
static ProjectRiskValue ProjectRiskValue.VERYLOW
          The Project Risk Value of Very Low

Supported API: false
static ProjectRiskValue ProjectRiskValue.UNAVAILABLE
          The Project Risk Value of Unavailable

Supported API: false
private  ProjectRiskValue Project2.riskValue
           
 

Methods in wt.projmgmt.admin that return ProjectRiskValue
static ProjectRiskValue ProjectRiskValue.newProjectRiskValue(int secretHandshake)
          Used by EnumeratedType for constructing instances of ProjectRiskValue, from a resource bundle.
static ProjectRiskValue ProjectRiskValue.toProjectRiskValue(String internal_value)
          Returns the ProjectRiskValue instance for the internal_value argument.
static ProjectRiskValue ProjectRiskValue.getProjectRiskValueDefault()
          Returns the default value (instance) for the ProjectRiskValue set.
static ProjectRiskValue[] ProjectRiskValue.getProjectRiskValueSet()
          Returns a copy of the set of valid values (instances) for the ProjectRiskValue class.
 ProjectRiskValue Project2.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 

Methods in wt.projmgmt.admin with parameters of type ProjectRiskValue
 void Project2.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 

Uses of ProjectRiskValue in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as ProjectRiskValue
private  ProjectRiskValue SummaryActivity.riskValue
           
private  ProjectRiskValue ProjectWorkItem.riskValue
           
private  ProjectRiskValue ProjectProxy.riskValue
           
private  ProjectRiskValue ProjectPlan.riskValue
           
private  ProjectRiskValue ProjectActivity.riskValue
           
private  ProjectRiskValue Milestone.riskValue
           
 

Methods in wt.projmgmt.execution that return ProjectRiskValue
 ProjectRiskValue SummaryActivity.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 ProjectRiskValue ProjectWorkItem.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 ProjectRiskValue ProjectProxy.getRiskValue()
          

Supported API: false
 ProjectRiskValue ProjectPlan.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 ProjectRiskValue ProjectActivity.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 ProjectRiskValue Milestone.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 ProjectRiskValue ExecutionObject.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 

Methods in wt.projmgmt.execution with parameters of type ProjectRiskValue
 void SummaryActivity.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void ProjectWorkItem.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void ProjectProxy.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void ProjectPlan.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void ProjectActivity.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void Milestone.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 void ExecutionObject.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.
 

Uses of ProjectRiskValue in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return ProjectRiskValue
static ProjectRiskValue ProjMgmtIxUtils.getProjectRiskValue(IxbElement elem)
           
 

Uses of ProjectRiskValue in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject that return ProjectRiskValue
static ProjectRiskValue Utils.getProjectRiskValue(String name)
          Get the ProjectRiskValue with the specified name.
 

Uses of ProjectRiskValue in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return ProjectRiskValue
 ProjectRiskValue MPPExecutionObject.getRiskValue()
          Get the ProjectRiskValue for this object that is specified in the XML.
 

Uses of ProjectRiskValue in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as ProjectRiskValue
private  ProjectRiskValue Deliverable.riskValue
           
 

Methods in wt.projmgmt.resource that return ProjectRiskValue
 ProjectRiskValue Deliverable.getRiskValue()
          Gets the value of the attribute: RISK_VALUE.
 

Methods in wt.projmgmt.resource with parameters of type ProjectRiskValue
 void Deliverable.setRiskValue(ProjectRiskValue a_RiskValue)
          Sets the value of the attribute: RISK_VALUE.