org.eclipse.xtend.backend.types.uml2.internal
Class StereotypeType

java.lang.Object
  extended by org.eclipse.xtend.backend.types.AbstractType
      extended by org.eclipse.xtend.backend.types.uml2.internal.StereotypeType
All Implemented Interfaces:
BackendType

public final class StereotypeType
extends AbstractType

Author:
Arno Haase (http://www.haase-consulting.com), André Arnold

Constructor Summary
StereotypeType(java.lang.String name, org.eclipse.uml2.uml.Stereotype stereoType, UmlTypesystem umlTs)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          every type *must* implement a valid equals method, otherwise the backend will break!
 int hashCode()
           
 
Methods inherited from class org.eclipse.xtend.backend.types.AbstractType
create, getBuiltinOperations, getName, getProperties, getProperty, getStaticProperties, getSuperTypes, getUniqueRepresentation, isAssignableFrom, register, register, register, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StereotypeType

public StereotypeType(java.lang.String name,
                      org.eclipse.uml2.uml.Stereotype stereoType,
                      UmlTypesystem umlTs)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Description copied from class: AbstractType
every type *must* implement a valid equals method, otherwise the backend will break!

Specified by:
equals in class AbstractType