|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ContentAssistProposals.ClassType>
org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
public static enum ContentAssistProposals.ClassType
This enumeration determines the type of classes returned by ContentAssistProposals.classNames()
.
Enum Constant Summary | |
---|---|
ENUM
Indicates the only class type allowed is an enum type. |
|
INSTANTIABLE
Indicates the class has to be instantiable, i.e. anonymous, interfaces, enums, annotations are not allowed. |
Method Summary | |
---|---|
static ContentAssistProposals.ClassType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContentAssistProposals.ClassType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ContentAssistProposals.ClassType ENUM
public static final ContentAssistProposals.ClassType INSTANTIABLE
Method Detail |
---|
public static ContentAssistProposals.ClassType[] values()
for (ContentAssistProposals.ClassType c : ContentAssistProposals.ClassType.values()) System.out.println(c);
public static ContentAssistProposals.ClassType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |