com.ptc.core.ca.co.client.primitive
Class CoEnumeratorUtils

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoEnumeratorUtils

Deprecated.

@Deprecated
public class CoEnumeratorUtils
extends Object

Provides common strategy methods to support the enumerator functionality.

Supported API: true

Extendable: false


Nested Class Summary
static class com.ptc.core.ca.co.client.primitive.CoEnumeratorUtils.SimpleEnumeratorElement
          Deprecated.  
 
Method Summary
static Object getSelectedValue(CoEnumerator enumerator)
          Deprecated. Gets the selected value of the specified enumerator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelectedValue

public static Object getSelectedValue(CoEnumerator enumerator)
Deprecated. 
Gets the selected value of the specified enumerator.

Supported API: true

Parameters:
enumerator - The enumerator element.
Returns:
Object