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

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

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

Subinterfaces of DtoDataProperty in org.mod4j.dsl.datacontract.mm.DataContractDsl
 interface DtoBooleanProperty
          A representation of the model object 'Dto Boolean 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 DtoStringProperty
          A representation of the model object 'Dto String Property'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return DtoDataProperty
 DtoDataProperty DataContractDslFactory.createDtoDataProperty()
          Returns a new object of class 'Dto Data Property'.
 

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

Classes in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that implement DtoDataProperty
 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 DtoStringPropertyImpl
          An implementation of the model object 'Dto String Property'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return DtoDataProperty
 DtoDataProperty DataContractDslFactoryImpl.createDtoDataProperty()
           
 

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

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



Copyright © 2009 Mod4j. All Rights Reserved.