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

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

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

Subinterfaces of DtoProperty in org.mod4j.dsl.datacontract.mm.DataContractDsl
 interface DtoAssociationRoleProperty
          A representation of the model object 'Dto Association Role Property'.
 interface DtoBooleanProperty
          A representation of the model object 'Dto Boolean Property'.
 interface DtoDataProperty
          A representation of the model object 'Dto Data Property'.
 interface DtoDateTimeProperty
          A representation of the model object 'Dto Date Time Property'.
 interface DtoDecimalProperty
          A representation of the model object 'Dto Decimal Property'.
 interface DtoEnumerationProperty
          A representation of the model object 'Dto Enumeration Property'.
 interface DtoIntegerProperty
          A representation of the model object 'Dto Integer Property'.
 interface DtoPropertyReference
          A representation of the model object 'Dto Property Reference'.
 interface DtoStringProperty
          A representation of the model object 'Dto String Property'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return DtoProperty
 DtoProperty DataContractDslFactory.createDtoProperty()
          Returns a new object of class 'Dto Property'.
 DtoProperty DtoPropertyReference.getReferredProperty()
          Returns the value of the 'Referred Property' reference.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return types with arguments of type DtoProperty
 org.eclipse.emf.common.util.EList<DtoProperty> CustomDto.getProperties()
          Returns the value of the 'Properties' containment reference list.
 org.eclipse.emf.common.util.EList<DtoProperty> BusinessClassDto.getProperties()
          Returns the value of the 'Properties' containment reference list.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl with parameters of type DtoProperty
 void DtoPropertyReference.setReferredProperty(DtoProperty value)
          Sets the value of the 'Referred Property' reference.
 

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

Classes in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that implement DtoProperty
 class DtoAssociationRolePropertyImpl
          An implementation of the model object 'Dto Association Role Property'.
 class DtoBooleanPropertyImpl
          An implementation of the model object 'Dto Boolean Property'.
 class DtoDataPropertyImpl
          An implementation of the model object 'Dto Data Property'.
 class DtoDateTimePropertyImpl
          An implementation of the model object 'Dto Date Time Property'.
 class DtoDecimalPropertyImpl
          An implementation of the model object 'Dto Decimal Property'.
 class DtoEnumerationPropertyImpl
          An implementation of the model object 'Dto Enumeration Property'.
 class DtoIntegerPropertyImpl
          An implementation of the model object 'Dto Integer Property'.
 class DtoPropertyImpl
          An implementation of the model object 'Dto Property'.
 class DtoPropertyReferenceImpl
          An implementation of the model object 'Dto Property Reference'.
 class DtoStringPropertyImpl
          An implementation of the model object 'Dto String Property'.
 

Fields in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl declared as DtoProperty
protected  DtoProperty DtoPropertyReferenceImpl.referredProperty
          The cached value of the 'Referred Property' reference.
 

Fields in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl with type parameters of type DtoProperty
protected  org.eclipse.emf.common.util.EList<DtoProperty> CustomDtoImpl.properties
          The cached value of the 'Properties' containment reference list.
protected  org.eclipse.emf.common.util.EList<DtoProperty> BusinessClassDtoImpl.properties
          The cached value of the 'Properties' containment reference list.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return DtoProperty
 DtoProperty DtoPropertyReferenceImpl.basicGetReferredProperty()
           
 DtoProperty DataContractDslFactoryImpl.createDtoProperty()
           
 DtoProperty DtoPropertyReferenceImpl.getReferredProperty()
           
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return types with arguments of type DtoProperty
 org.eclipse.emf.common.util.EList<DtoProperty> CustomDtoImpl.getProperties()
           
 org.eclipse.emf.common.util.EList<DtoProperty> BusinessClassDtoImpl.getProperties()
           
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl with parameters of type DtoProperty
 void DtoPropertyReferenceImpl.setReferredProperty(DtoProperty newReferredProperty)
           
 

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

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



Copyright © 2009 Mod4j. All Rights Reserved.