EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.jpa.jpql.tools
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 Summary
 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.
 

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

EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference