Class Overview
Some extra data to the inheritance position of a class.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
Public Methods
public
XClass
getClassWithIdClass
(boolean evenIfSubclass)
public
XClass
getClazz
()
public
InheritanceState.ElementsToProcess
getElementsToProcess
()
public
InheritanceType
getType
()
public
Boolean
hasIdClassOrEmbeddedId
()
public
boolean
hasParents
()
public
boolean
hasSiblings
()
public
boolean
isEmbeddableSuperclass
()
public
void
setClazz
(XClass clazz)
public
void
setEmbeddableSuperclass
(boolean embeddableSuperclass)
public
void
setHasParents
(boolean hasParents)
public
void
setHasSiblings
(boolean hasSiblings)
public
void
setType
(InheritanceType type)