de.mindcrimeilab.xsanalyzer.model
Class SimilarTypeListModelEntry

java.lang.Object
  extended by de.mindcrimeilab.xsanalyzer.model.SimilarTypeListModelEntry

public class SimilarTypeListModelEntry
extends Object

Represents an entry of the SimilarTypesListModelAdapter.

Version:
$Revision: 167 $
Author:
Michael Engelhardt, $Author: agony $

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

SimilarTypeListModelEntry

public SimilarTypeListModelEntry(org.apache.xerces.xs.XSObject type,
                                 String typeDescription,
                                 org.apache.xerces.xs.XSObjectList similarTypes)
ctor()

Parameters:
type - Type
typeSignature - signature of type
similarTypes - list of types which are similar to the type.
Method Detail

getType

public org.apache.xerces.xs.XSObject getType()
Returns type.

Returns:
the type

getTypeSignature

public String getTypeSignature()
Returns signature of type

Returns:
the typeSignature

getSimilarTypes

public org.apache.xerces.xs.XSObjectList getSimilarTypes()
Returns list of types which are similar to type

Returns:
the similarTypes

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010. All Rights Reserved.