org.mod4j.dsl.datacontract.mm.DataContractDsl
Interface BusinessClassDto

All Superinterfaces:
Dto, org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BusinessClassDtoImpl

public interface BusinessClassDto
extends Dto

A representation of the model object 'Business Class Dto'.

The following features are supported:

See Also:
DataContractDslPackage.getBusinessClassDto()

Method Summary
 org.eclipse.emf.common.util.EList<BusinessClassAssociationRoleReference> getAssociationReferences()
          Returns the value of the 'Association References' containment reference list.
 ExternalReference getBase()
          Returns the value of the 'Base' reference.
 org.eclipse.emf.common.util.EList<DtoProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 org.eclipse.emf.common.util.EList<BusinessClassPropertyReference> getPropertyReferences()
          Returns the value of the 'Property References' containment reference list.
 boolean isCreatable()
          Returns the value of the 'Creatable' attribute.
 void setBase(ExternalReference value)
          Sets the value of the 'Base' reference.
 void setCreatable(boolean value)
          Sets the value of the 'Creatable' attribute.
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.Dto
getDatacontractModel, setDatacontractModel
 
Methods inherited from interface org.mod4j.dsl.datacontract.mm.DataContractDsl.ModelElement
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getProperties

org.eclipse.emf.common.util.EList<DtoProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type DtoProperty. It is bidirectional and its opposite is 'Business Class Dto'.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
DataContractDslPackage.getBusinessClassDto_Properties(), DtoProperty.getBusinessClassDto()

getBase

ExternalReference getBase()
Returns the value of the 'Base' reference.

If the meaning of the 'Base' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base' reference.
See Also:
setBase(ExternalReference), DataContractDslPackage.getBusinessClassDto_Base()

setBase

void setBase(ExternalReference value)
Sets the value of the 'Base' reference.

Parameters:
value - the new value of the 'Base' reference.
See Also:
getBase()

getPropertyReferences

org.eclipse.emf.common.util.EList<BusinessClassPropertyReference> getPropertyReferences()
Returns the value of the 'Property References' containment reference list. The list contents are of type BusinessClassPropertyReference. It is bidirectional and its opposite is 'Dto'.

If the meaning of the 'Property References' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property References' containment reference list.
See Also:
DataContractDslPackage.getBusinessClassDto_PropertyReferences(), BusinessClassPropertyReference.getDto()

getAssociationReferences

org.eclipse.emf.common.util.EList<BusinessClassAssociationRoleReference> getAssociationReferences()
Returns the value of the 'Association References' containment reference list. The list contents are of type BusinessClassAssociationRoleReference. It is bidirectional and its opposite is 'Dto'.

If the meaning of the 'Association References' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Association References' containment reference list.
See Also:
DataContractDslPackage.getBusinessClassDto_AssociationReferences(), BusinessClassAssociationRoleReference.getDto()

isCreatable

boolean isCreatable()
Returns the value of the 'Creatable' attribute.

If the meaning of the 'Creatable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Creatable' attribute.
See Also:
setCreatable(boolean), DataContractDslPackage.getBusinessClassDto_Creatable()

setCreatable

void setCreatable(boolean value)
Sets the value of the 'Creatable' attribute.

Parameters:
value - the new value of the 'Creatable' attribute.
See Also:
isCreatable()


Copyright © 2009 Mod4j. All Rights Reserved.