Class StubTypeTree
java.lang.Object
com.logicaldoc.webservice.doc.model.StubTypeTree
A tree-like structure indicating the inheritance of java classes involved in
the stubs
Important: B.class is considered the child type of A.class, if and only if
a. A.class is assignable from B.class in terms of Java language
b. and A.class is annotated as @XmlSeeAlso(B.class)
Important: B.class is considered the child type of A.class, if and only if
a. A.class is assignable from B.class in terms of Java language
b. and A.class is annotated as @XmlSeeAlso(B.class)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(StubTypeTree child) boolean
Class
<?> getType()
int
hashCode()
void
setParent
(StubTypeTree parent) void