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

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

public final class MultipleStereotypeType
extends AbstractType

This type is used to support assignment of multiple stereotypes to a model element. Methods from the superclass are overridden to evaluate them for each wrapped stereotype.

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

Constructor Summary
MultipleStereotypeType(java.util.List<BackendType> stereoTypeTypes)
           
 
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

MultipleStereotypeType

public MultipleStereotypeType(java.util.List<BackendType> stereoTypeTypes)
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