Uses of Interface
org.mod4j.dsl.datacontract.mm.DataContractDsl.ExternalReference

Packages that use ExternalReference
org.mod4j.dsl.datacontract.mm.DataContractDsl   
org.mod4j.dsl.datacontract.mm.DataContractDsl.impl   
org.mod4j.dsl.datacontract.mm.DataContractDsl.util   
 

Uses of ExternalReference in org.mod4j.dsl.datacontract.mm.DataContractDsl
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return ExternalReference
 ExternalReference DataContractDslFactory.createExternalReference()
          Returns a new object of class 'External Reference'.
 ExternalReference BusinessClassDto.getBase()
          Returns the value of the 'Base' reference.
 ExternalReference EnumerationDto.getBase()
          Returns the value of the 'Base' reference.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return types with arguments of type ExternalReference
 org.eclipse.emf.common.util.EList<ExternalReference> DataContractModel.getExternalReferences()
          Returns the value of the 'External References' containment reference list.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl with parameters of type ExternalReference
 void BusinessClassDto.setBase(ExternalReference value)
          Sets the value of the 'Base' reference.
 void EnumerationDto.setBase(ExternalReference value)
          Sets the value of the 'Base' reference.
 

Uses of ExternalReference in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl
 

Classes in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that implement ExternalReference
 class ExternalReferenceImpl
          An implementation of the model object 'External Reference'.
 

Fields in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl declared as ExternalReference
protected  ExternalReference EnumerationDtoImpl.base
          The cached value of the 'Base' reference.
protected  ExternalReference BusinessClassDtoImpl.base
          The cached value of the 'Base' reference.
 

Fields in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl with type parameters of type ExternalReference
protected  org.eclipse.emf.common.util.EList<ExternalReference> DataContractModelImpl.externalReferences
          The cached value of the 'External References' containment reference list.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return ExternalReference
 ExternalReference EnumerationDtoImpl.basicGetBase()
           
 ExternalReference BusinessClassDtoImpl.basicGetBase()
           
 ExternalReference DataContractDslFactoryImpl.createExternalReference()
           
 ExternalReference EnumerationDtoImpl.getBase()
           
 ExternalReference BusinessClassDtoImpl.getBase()
           
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return types with arguments of type ExternalReference
 org.eclipse.emf.common.util.EList<ExternalReference> DataContractModelImpl.getExternalReferences()
           
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl with parameters of type ExternalReference
 void EnumerationDtoImpl.setBase(ExternalReference newBase)
           
 void BusinessClassDtoImpl.setBase(ExternalReference newBase)
           
 

Uses of ExternalReference in org.mod4j.dsl.datacontract.mm.DataContractDsl.util
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.util with parameters of type ExternalReference
 T DataContractDslSwitch.caseExternalReference(ExternalReference object)
          Returns the result of interpreting the object as an instance of 'External Reference'.
 



Copyright © 2009 Mod4j. All Rights Reserved.