Interface IEnumeration

  • All Superinterfaces:
    java.lang.Cloneable, org.eclipse.core.runtime.IAdaptable, IBinding, IType
    All Known Subinterfaces:
    ICPPEnumeration, ICPPEnumerationSpecialization

    public interface IEnumeration
    extends IBinding, IType
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getEnumerators

        IEnumerator[] getEnumerators()
        Returns an array of the IEnumerators declared in this enumeration
      • getMinValue

        long getMinValue()
        Since:
        5.2
      • getMaxValue

        long getMaxValue()
        Since:
        5.2