org.eclipse.xtend.typesystem.xsd.type
Class XMLEClassType

java.lang.Object
  extended by org.eclipse.xtend.typesystem.AbstractTypeImpl
      extended by org.eclipse.xtend.typesystem.emf.EClassType
          extended by org.eclipse.xtend.typesystem.xsd.type.XMLEClassType
All Implemented Interfaces:
Type

public class XMLEClassType
extends EClassType

Author:
Moritz Eysholdt - Initial contribution and API

Constructor Summary
XMLEClassType(XSDMetaModel model, java.lang.String name, org.eclipse.emf.ecore.EClass class1)
           
 
Method Summary
 Feature[] getContributedFeatures()
           
 
Methods inherited from class org.eclipse.xtend.typesystem.emf.EClassType
eClass, internalGetSuperTypes, internalIsAssignableFrom, isAbstract, isInstance, newInstance
 
Methods inherited from class org.eclipse.xtend.typesystem.AbstractTypeImpl
convert, equals, getAllFeatures, getAllOperations, getAllProperties, getAllStaticProperties, getDocumentation, getFeature, getName, getOperation, getProperty, getStaticProperty, getSuperTypes, getTypeSystem, hashCode, isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLEClassType

public XMLEClassType(XSDMetaModel model,
                     java.lang.String name,
                     org.eclipse.emf.ecore.EClass class1)
Method Detail

getContributedFeatures

public Feature[] getContributedFeatures()
Overrides:
getContributedFeatures in class EClassType