| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Method and Description |
|---|---|
ContentAssistProposals.ClassType |
DefaultContentAssistProposals.getClassType() |
ContentAssistProposals.ClassType |
ContentAssistProposals.getClassType() |
static ContentAssistProposals.ClassType |
ContentAssistProposals.ClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentAssistProposals.ClassType[] |
ContentAssistProposals.ClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
ContentAssistExtension.classNames(String prefix,
ContentAssistProposals.ClassType type)
Returns the fully qualified class names filtered by the given prefix and type.
|
void |
DefaultContentAssistProposals.setClassNamePrefix(String prefix,
ContentAssistProposals.ClassType classType)
Adds the given prefix that will be used to filter the list of possible class names.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.