public interface CoreField
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the unqualified name of the field.
|
java.lang.Class |
getType() |
void |
setName(java.lang.String name)
Set the unqualified name of the field.
|
void |
setType(java.lang.Class type)
Set the Java class type that corresponds to the field.
|
java.lang.String getName()
java.lang.Class getType()
void setName(java.lang.String name)
void setType(java.lang.Class type)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference