|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectMPMOperationAssignableResource
com.ptc.windchill.mpml.resource.MPMSkill
public class MPMSkill
Use the newMPMSkill static factory method(s), not the MPMSkill
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
CATEGORY
Label for the attribute. |
| Method Summary | |
|---|---|
MPMSkillType |
getCategory()
Gets the value of the attribute: CATEGORY. |
protected void |
initialize(String number,
String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
MPMSkillType category)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMSkillType category)
Supports initialization, following construction of an instance. |
static MPMSkill |
newMPMSkill()
Constructs a new MPMSkill. |
static MPMSkill |
newMPMSkill(String number,
String name)
Constructs a new MPMSkill and sets the MPMSkillMaster's name and number to the passed-in values. |
static MPMSkill |
newMPMSkill(String number,
String name,
MPMSkillType category)
Constructs a new MPMSkill and sets the MPMSkillMaster's name and number to the passed-in values. |
static MPMSkill |
newMPMSkill(String number,
String name,
QuantityUnit defaultUnit)
Constructs a new MPMSkill and sets the MPMSkillMaster's name and number to the passed-in values. |
static MPMSkill |
newMPMSkill(String number,
String name,
QuantityUnit defaultUnit,
MPMSkillType category)
Constructs a new MPMSkill and sets the MPMSkillMaster's name and number to the passed-in values. |
void |
setCategory(MPMSkillType a_Category)
Sets the value of the attribute: CATEGORY. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CATEGORY
| Method Detail |
|---|
public MPMSkillType getCategory()
public void setCategory(MPMSkillType a_Category)
throws WTPropertyVetoException
a_Category -
WTPropertyVetoException
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
a_Master -
WTPropertyVetoException
WTException
public static MPMSkill newMPMSkill(String number,
String name)
throws WTException
number - name -
WTException
protected void initialize(String number,
String name)
throws WTException
number - name -
WTException
public static MPMSkill newMPMSkill(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
number - name - defaultUnit -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit)
throws WTException
number - name - defaultUnit -
WTException
public static MPMSkill newMPMSkill()
throws WTException
WTException
public static MPMSkill newMPMSkill(String number,
String name,
QuantityUnit defaultUnit,
MPMSkillType category)
throws WTException
number - name - defaultUnit - category -
WTException
protected void initialize(String number,
String name,
QuantityUnit defaultUnit,
MPMSkillType category)
throws WTException
number - name - defaultUnit - category -
WTException
public static MPMSkill newMPMSkill(String number,
String name,
MPMSkillType category)
throws WTException
number - name - category -
WTException
protected void initialize(String number,
String name,
MPMSkillType category)
throws WTException
number - name - category -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||