Uses of Interface
org.eclipse.amp.amf.sd.SdPackage

Packages that use SdPackage
org.eclipse.amp.amf.sd   
org.eclipse.amp.amf.sd.impl   
org.eclipse.amp.amf.sd.presentation   
org.eclipse.amp.amf.sd.util   
 

Uses of SdPackage in org.eclipse.amp.amf.sd
 

Fields in org.eclipse.amp.amf.sd declared as SdPackage
static SdPackage SdPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in org.eclipse.amp.amf.sd that return SdPackage
 SdPackage SdFactory.getSdPackage()
          Returns the package supported by this factory.
 

Uses of SdPackage in org.eclipse.amp.amf.sd.impl
 

Classes in org.eclipse.amp.amf.sd.impl that implement SdPackage
 class SdPackageImpl
          An implementation of the model Package.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdPackage
static SdPackage SdFactoryImpl.getPackage()
          Deprecated.  
 SdPackage SdFactoryImpl.getSdPackage()
           
static SdPackage SdPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of SdPackage in org.eclipse.amp.amf.sd.presentation
 

Fields in org.eclipse.amp.amf.sd.presentation declared as SdPackage
protected  SdPackage SdModelWizard.sdPackage
          This caches an instance of the model package.
 

Uses of SdPackage in org.eclipse.amp.amf.sd.util
 

Fields in org.eclipse.amp.amf.sd.util declared as SdPackage
protected static SdPackage SdSwitch.modelPackage
          The cached model package
protected static SdPackage SdAdapterFactory.modelPackage
          The cached model package.