Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The SimpleElement..::.SimpleElementEnumerator type exposes the following members.

Fields

  NameDescription
FOUND
Element with specified name has been found.
INITIAL
Initial enumerator state.
m_element
Current element.
m_enumerator
Elements list enumerator that is wrapped by this enumerator.
m_name
Name of elements that are enumerated.
m_state
Current state, can be one of values FOUND, RETURNED and INITIAL.
RETURNED
Element with specified name has been returned.

See Also