Interface ContentAssistProposals.EnumProposals
-
- Enclosing interface:
- ContentAssistProposals
public static interface ContentAssistProposals.EnumProposals
Holds onto theIType
of the enum type and the list of possible enum constants.- Version:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>
enumConstants()
Returns the list of enum constants that have been filtered.IType
enumType()
TheIType
representing the enum type.
-