org.eclipse.xtend.backend.types.xsd.internal
Class EFeatureMapType

java.lang.Object
  extended by org.eclipse.xtend.backend.types.AbstractType
      extended by org.eclipse.xtend.backend.types.xsd.internal.EFeatureMapType
All Implemented Interfaces:
BackendType
Direct Known Subclasses:
XMLFeatureMapType

public class EFeatureMapType
extends AbstractType


Constructor Summary
EFeatureMapType(java.lang.String name, org.eclipse.emf.ecore.EClass owner, XsdTypesystem ts)
           
 
Method Summary
 boolean equals(java.lang.Object other)
          every type *must* implement a valid equals method, otherwise the backend will break!
protected  java.util.List<org.eclipse.emf.ecore.EStructuralFeature> getMapFeatures()
           
 
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, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EFeatureMapType

public EFeatureMapType(java.lang.String name,
                       org.eclipse.emf.ecore.EClass owner,
                       XsdTypesystem ts)
Method Detail

getMapFeatures

protected java.util.List<org.eclipse.emf.ecore.EStructuralFeature> getMapFeatures()

equals

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

Specified by:
equals in class AbstractType