public static interface ContentAssistProposals.EnumProposals
IType
of the enum type and the list of possible enum constants.Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
enumConstants()
Returns the list of enum constants that have been filtered.
|
IType |
enumType()
The
IType representing the enum type. |