com.ptc.core.ca.co.client.property.enumerated
Class CoEnumeratedPropertyOption

java.lang.Object
  extended by com.ptc.core.ca.co.client.property.enumerated.CoEnumeratedPropertyOption
All Implemented Interfaces:
Externalizable, Serializable

Deprecated.

@Deprecated
public class CoEnumeratedPropertyOption
extends Object
implements Externalizable

This class describes a single option from the list of options for a given enumerated property.

Supported API: true

Extendable: false

See Also:
Serialized Form

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

getInternalValue

public String getInternalValue()
Deprecated. 
Gets the value of the attribute: internalValue; the internal value of the option

Supported API: true

Returns:
String

setInternalValue

public void setInternalValue(String a_InternalValue)
Deprecated. 
Sets the value of the attribute: internalValue; the internal value of the option

Supported API: true

Parameters:
a_InternalValue -

getDisplayLabel

public String getDisplayLabel()
Deprecated. 
Gets the value of the attribute: displayLabel; the string to dispaly to represent the option

Supported API: true

Returns:
String

setDisplayLabel

public void setDisplayLabel(String a_DisplayLabel)
Deprecated. 
Sets the value of the attribute: displayLabel; the string to dispaly to represent the option

Supported API: true

Parameters:
a_DisplayLabel -

getDescription

public String getDescription()
Deprecated. 
Gets the value of the attribute: description; the description of the option

Supported API: true

Returns:
String

setDescription

public void setDescription(String a_Description)
Deprecated. 
Sets the value of the attribute: description; the description of the option

Supported API: true

Parameters:
a_Description -

init

public void init(CoConfiguration configuration)
          throws WTException
Deprecated. 


Supported API: true

Parameters:
configuration -
Throws:
WTException