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

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

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

Subinterfaces of ModelElement in org.mod4j.dsl.datacontract.mm.DataContractDsl
 interface BusinessClassAssociationRoleReference
          A representation of the model object 'Business Class Association Role Reference'.
 interface BusinessClassDto
          A representation of the model object 'Business Class Dto'.
 interface BusinessClassPropertyReference
          A representation of the model object 'Business Class Property Reference'.
 interface CustomDto
          A representation of the model object 'Custom Dto'.
 interface DataContractModel
          A representation of the model object 'Data Contract Model'.
 interface Dto
          A representation of the model object 'Dto'.
 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 DtoProperty
          A representation of the model object 'Dto Property'.
 interface DtoPropertyReference
          A representation of the model object 'Dto Property Reference'.
 interface DtoStringProperty
          A representation of the model object 'Dto String Property'.
 interface EnumerationDto
          A representation of the model object 'Enumeration Dto'.
 interface EnumerationDtoLiteral
          A representation of the model object 'Enumeration Dto Literal'.
 interface ExternalReference
          A representation of the model object 'External Reference'.
 interface ListDto
          A representation of the model object 'List Dto'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl that return ModelElement
 ModelElement DataContractDslFactory.createModelElement()
          Returns a new object of class 'Model Element'.
 

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

Classes in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that implement ModelElement
 class BusinessClassAssociationRoleReferenceImpl
          An implementation of the model object 'Business Class Association Role Reference'.
 class BusinessClassDtoImpl
          An implementation of the model object 'Business Class Dto'.
 class BusinessClassPropertyReferenceImpl
          An implementation of the model object 'Business Class Property Reference'.
 class CustomDtoImpl
          An implementation of the model object 'Custom Dto'.
 class DataContractModelImpl
          An implementation of the model object 'Data Contract Model'.
 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 DtoImpl
          An implementation of the model object 'Dto'.
 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'.
 class EnumerationDtoImpl
          An implementation of the model object 'Enumeration Dto'.
 class EnumerationDtoLiteralImpl
          An implementation of the model object 'Enumeration Dto Literal'.
 class ExternalReferenceImpl
          An implementation of the model object 'External Reference'.
 class ListDtoImpl
          An implementation of the model object 'List Dto'.
 class ModelElementImpl
          An implementation of the model object 'Model Element'.
 

Methods in org.mod4j.dsl.datacontract.mm.DataContractDsl.impl that return ModelElement
 ModelElement DataContractDslFactoryImpl.createModelElement()
           
 

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

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



Copyright © 2009 Mod4j. All Rights Reserved.