T
- The type of the represented object or attributepublic interface Bindable<T>
Bindable
represent object or attribute types
that can be bound into a Path
.Modifier and Type | Interface and Description |
---|---|
static class |
Bindable.BindableType |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getBindableJavaType()
Return the Java type of the represented object.
|
Bindable.BindableType |
getBindableType()
Return the bindable type of the represented object.
|
Bindable.BindableType getBindableType()
java.lang.Class<T> getBindableJavaType()
PLURAL_ATTRIBUTE
,
the Java element type is returned. If the bindable type is
SINGULAR_ATTRIBUTE
or ENTITY_TYPE
,
the Java type of the
represented entity or attribute is returned. Copyright © Eclipse.org - EclipseLink Project (2000, 2012). All Rights Reserved. Licensed under the Eclipse Public License v1.0.