BusinessDomainDsl
Interface AbstractType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AbstractBusinessClass, BusinessClass, BusinessClassReference
All Known Implementing Classes:
AbstractBusinessClassImpl, AbstractTypeImpl, BusinessClassImpl, BusinessClassReferenceImpl

public interface AbstractType
extends ModelElement

A representation of the model object 'Abstract Type'.

The following features are supported:

See Also:
BusinessDomainDslPackage.getAbstractType()

Method Summary
 BusinessDomainModel getModel()
          Returns the value of the 'Model' container reference.
 org.eclipse.emf.common.util.EList<Property> getProperties()
          Returns the value of the 'Properties' containment reference list.
 void setModel(BusinessDomainModel value)
          Sets the value of the 'Model' container reference.
 
Methods inherited from interface BusinessDomainDsl.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<Property> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Owning Type'.

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:
BusinessDomainDslPackage.getAbstractType_Properties(), Property.getOwningType()

getModel

BusinessDomainModel getModel()
Returns the value of the 'Model' container reference. It is bidirectional and its opposite is 'Types'.

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

Returns:
the value of the 'Model' container reference.
See Also:
setModel(BusinessDomainModel), BusinessDomainDslPackage.getAbstractType_Model(), BusinessDomainModel.getTypes()

setModel

void setModel(BusinessDomainModel value)
Sets the value of the 'Model' container reference.

Parameters:
value - the new value of the 'Model' container reference.
See Also:
getModel()


Copyright © 2010 Mod4j. All Rights Reserved.