Interface ContentAssistProposals.EnumProposals

  • Enclosing interface:
    ContentAssistProposals

    public static interface ContentAssistProposals.EnumProposals
    Holds onto the IType of the enum type and the list of possible enum constants.
    Version:
    2.5
    • Method Detail

      • enumConstants

        java.lang.Iterable<java.lang.String> enumConstants()
        Returns the list of enum constants that have been filtered.
      • enumType

        IType enumType()
        The IType representing the enum type.
        Returns:
        The IType representing the enum type