public interface Type
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Obtain the java class name for this type.
|
Class<?> |
getClassReference()
Obtain the java
Class reference for this type |
ValueHolder<Class<?>> |
getClassReferenceUnresolved() |
String |
getName()
Obtain the name of the type.
|
boolean |
isAssociation() |
boolean |
isComponent() |
String getName()
String getClassName()
Class<?> getClassReference()
Class
reference for this typeClass
referenceClassLoadingException
- 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.ValueHolder<Class<?>> getClassReferenceUnresolved()
boolean isAssociation()
boolean isComponent()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.