|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.property.enumerated.CoEnumeratedPropertyOption
@Deprecated public class CoEnumeratedPropertyOption
This class describes a single option from the list of options for a given
enumerated property.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
String |
getDescription()
Deprecated. Gets the value of the attribute: description; the description of the option Supported API: true |
String |
getDisplayLabel()
Deprecated. Gets the value of the attribute: displayLabel; the string to dispaly to represent the option Supported API: true |
String |
getInternalValue()
Deprecated. Gets the value of the attribute: internalValue; the internal value of the option Supported API: true |
void |
init(CoConfiguration configuration)
Deprecated. Supported API: true |
void |
setDescription(String a_Description)
Deprecated. Sets the value of the attribute: description; the description of the option Supported API: true |
void |
setDisplayLabel(String a_DisplayLabel)
Deprecated. Sets the value of the attribute: displayLabel; the string to dispaly to represent the option Supported API: true |
void |
setInternalValue(String a_InternalValue)
Deprecated. Sets the value of the attribute: internalValue; the internal value of the option Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getInternalValue()
public void setInternalValue(String a_InternalValue)
a_InternalValue - public String getDisplayLabel()
public void setDisplayLabel(String a_DisplayLabel)
a_DisplayLabel - public String getDescription()
public void setDescription(String a_Description)
a_Description -
public void init(CoConfiguration configuration)
throws WTException
configuration -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||