Interface IEnumerator

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, IBinding

    public interface IEnumerator
    extends IBinding
    Interface for enumerators.
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getType

        IType getType()
        Returns the type of this enumeration. The type of an enumerator is the enumeration in which it is declared.
        Returns:
        the type of the enumeration
      • getValue

        IValue getValue()
        Returns the value assigned to this enumerator.
        Since:
        5.1