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

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

public class EFeatureType
extends AbstractType


Constructor Summary
EFeatureType(java.lang.String name, XsdTypesystem ts)
           
 
Method Summary
 boolean equals(java.lang.Object other)
          every type *must* implement a valid equals method, otherwise the backend will break!
 void init()
           
 void initOperations()
           
 void initProperties()
           
 
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

EFeatureType

public EFeatureType(java.lang.String name,
                    XsdTypesystem ts)
Method Detail

init

public void init()

initProperties

public void initProperties()

initOperations

public void initOperations()

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