|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.MappingTypeFilter
protected class AbstractContentAssistVisitor.MappingTypeFilter
This Filter is responsible to filter out the mappings that can't have their type
assignable to the one passed in.
| Field Summary | |
|---|---|
protected IType |
type
The type used to determine if the mapping's type is a valid type. |
| Method Summary | |
|---|---|
boolean |
accept(IMapping value)
Determines whether the specified object is "accepted" by the filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final IType type
| Method Detail |
|---|
public boolean accept(IMapping value)
accept in interface Filter<IMapping>value - The value to filter
true if the given value is "accepted" by this filter; false
if it was "rejected"
|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||