|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindcrimeilab.xsanalyzer.model.SimilarTypeListModelEntry
public class SimilarTypeListModelEntry
Represents an entry of the SimilarTypesListModelAdapter
.
Constructor Summary | |
---|---|
SimilarTypeListModelEntry(org.apache.xerces.xs.XSObject type,
String typeDescription,
org.apache.xerces.xs.XSObjectList similarTypes)
ctor() |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
org.apache.xerces.xs.XSObjectList |
getSimilarTypes()
Returns list of types which are similar to type |
org.apache.xerces.xs.XSObject |
getType()
Returns type. |
String |
getTypeSignature()
Returns signature of type |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimilarTypeListModelEntry(org.apache.xerces.xs.XSObject type, String typeDescription, org.apache.xerces.xs.XSObjectList similarTypes)
type
- TypetypeSignature
- signature of typesimilarTypes
- list of types which are similar to the type.Method Detail |
---|
public org.apache.xerces.xs.XSObject getType()
public String getTypeSignature()
public org.apache.xerces.xs.XSObjectList getSimilarTypes()
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |