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

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

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

Subinterfaces of Dto in org.mod4j.dsl.datacontract.mm.DataContractDsl
 interface BusinessClassDto
          A representation of the model object 'Business Class Dto'.
 interface CustomDto
          A representation of the model object 'Custom Dto'.
 interface ListDto
          A representation of the model object 'List Dto'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return Dto
 Dto DataContractDslFactory.createDto()
          Returns a new object of class 'Dto'.
 Dto ListDto.getBaseDto()
          Returns the value of the 'Base Dto' reference.
 Dto DtoAssociationRoleProperty.getDtoType()
          Returns the value of the 'Dto Type' reference.
 Dto BusinessClassAssociationRoleReference.getDtoType()
          Returns the value of the 'Dto Type' reference.
 

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

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl with parameters of type Dto
 void ListDto.setBaseDto(Dto value)
          Sets the value of the 'Base Dto' reference.
 void DtoAssociationRoleProperty.setDtoType(Dto value)
          Sets the value of the 'Dto Type' reference.
 void BusinessClassAssociationRoleReference.setDtoType(Dto value)
          Sets the value of the 'Dto Type' reference.
 

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

Classes in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that implement Dto
 class BusinessClassDtoImpl
          An implementation of the model object 'Business Class Dto'.
 class CustomDtoImpl
          An implementation of the model object 'Custom Dto'.
 class DtoImpl
          An implementation of the model object 'Dto'.
 class ListDtoImpl
          An implementation of the model object 'List Dto'.
 

Fields in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl declared as Dto
protected  Dto ListDtoImpl.baseDto
          The cached value of the 'Base Dto' reference.
protected  Dto BusinessClassAssociationRoleReferenceImpl.dtoType
          The cached value of the 'Dto Type' reference.
protected  Dto DtoAssociationRolePropertyImpl.dtoType
          The cached value of the 'Dto Type' reference.
 

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

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return Dto
 Dto ListDtoImpl.basicGetBaseDto()
           
 Dto BusinessClassAssociationRoleReferenceImpl.basicGetDtoType()
           
 Dto DtoAssociationRolePropertyImpl.basicGetDtoType()
           
 Dto DataContractDslFactoryImpl.createDto()
           
 Dto ListDtoImpl.getBaseDto()
           
 Dto BusinessClassAssociationRoleReferenceImpl.getDtoType()
           
 Dto DtoAssociationRolePropertyImpl.getDtoType()
           
 

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

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl with parameters of type Dto
 void ListDtoImpl.setBaseDto(Dto newBaseDto)
           
 void BusinessClassAssociationRoleReferenceImpl.setDtoType(Dto newDtoType)
           
 void DtoAssociationRolePropertyImpl.setDtoType(Dto newDtoType)
           
 

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

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



Copyright © 2009 Mod4j. All Rights Reserved.