|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Type
Basic information about a Java type, in regards to its role in particular set of mappings.
| Method Summary | |
|---|---|
String |
getClassName()
Obtain the java class name for this type. |
Class<?> |
getClassReference()
Obtain the java Class reference for this type |
Value<Class<?>> |
getClassReferenceUnresolved()
|
String |
getName()
Obtain the name of the type. |
boolean |
isAssociation()
|
boolean |
isComponent()
|
| Method Detail |
|---|
String getName()
String getClassName()
Class<?> getClassReference()
Class reference for this type
Class reference
ClassLoadingException - Indicates the class reference
could not be determined. Generally this is the case in reverse-engineering scenarios where the specified
domain model classes do not yet exist.Value<Class<?>> getClassReferenceUnresolved()
boolean isAssociation()
boolean isComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||