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

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

public class EFeatureType
extends AbstractTypeImpl

Author:
Moritz Eysholdt - Initial contribution and API

Constructor Summary
EFeatureType(TypeSystem typeSystem, java.lang.String name)
           
 
Method Summary
 Feature[] getContributedFeatures()
           
 boolean isInstance(java.lang.Object o)
           
 java.lang.Object 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, internalGetSuperTypes, internalIsAssignableFrom, isAbstract, isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EFeatureType

public EFeatureType(TypeSystem typeSystem,
                    java.lang.String name)
Method Detail

getContributedFeatures

public Feature[] getContributedFeatures()
Specified by:
getContributedFeatures in class AbstractTypeImpl

isInstance

public boolean isInstance(java.lang.Object o)

newInstance

public java.lang.Object newInstance()