|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MesgCategory | |
com.ptc.windchill.uwgm.common.conflict | |
wt.conflict |
Uses of MesgCategory in com.ptc.windchill.uwgm.common.conflict |
Methods in com.ptc.windchill.uwgm.common.conflict with parameters of type MesgCategory | |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
WTMessage wtMessage,
WTCollection wtObjects)
internal method to create InfoElement with Category, WTMessage and Persistables |
(package private) static InfoElement |
InfoElementFactory.makeInfoElement(InfoElement element,
MesgCategory category,
String message,
WTCollection wtObjects)
internal method to create InfoElement with Category, Message and Persistables |
void |
ErrorElement.setCategory(MesgCategory a_Category)
Overwrites InfoElement.setCategory to prevent category changes |
Uses of MesgCategory in wt.conflict |
Fields in wt.conflict declared as MesgCategory | |
static MesgCategory |
MesgCategory.INFO
Messgae type - INFO Supported API: false |
static MesgCategory |
MesgCategory.WARNING
Message Category - WARNING Supported API: false |
static MesgCategory |
MesgCategory.ERROR
Message Category - ERROR Supported API: false |
static MesgCategory |
MesgCategory.DEBUG
Message Category - DEBUG Supported API: false |
private MesgCategory |
InfoElement.category
|
Methods in wt.conflict that return MesgCategory | |
static MesgCategory |
MesgCategory.newMesgCategory(int secretHandshake)
Used by EnumeratedType for constructing instances of MesgCategory, from a resource bundle. |
static MesgCategory |
MesgCategory.toMesgCategory(String internal_value)
Returns the MesgCategory instance for the internal_value argument. |
static MesgCategory |
MesgCategory.getMesgCategoryDefault()
Returns the default value (instance) for the MesgCategory set. |
static MesgCategory[] |
MesgCategory.getMesgCategorySet()
Returns a copy of the set of valid values (instances) for the MesgCategory class. |
MesgCategory |
InfoElement.getCategory()
Gets the value of the attribute: category. |
Methods in wt.conflict with parameters of type MesgCategory | |
void |
InfoElement.setCategory(MesgCategory a_Category)
Sets the value of the attribute: category. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |