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

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

public interface ExternalReference
extends ModelElement

A representation of the model object 'External Reference'.

The following features are supported:

See Also:
DataContractDslPackage.getExternalReference()

Method Summary
 DataContractModel getDatacontractModel()
          Returns the value of the 'Datacontract Model' container reference.
 java.lang.String getModelname()
          Returns the value of the 'Modelname' attribute.
 void setDatacontractModel(DataContractModel value)
          Sets the value of the 'Datacontract Model' container reference.
 void setModelname(java.lang.String value)
          Sets the value of the 'Modelname' attribute.
 
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

getModelname

java.lang.String getModelname()
Returns the value of the 'Modelname' attribute. The default value is "".

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

Returns:
the value of the 'Modelname' attribute.
See Also:
setModelname(String), DataContractDslPackage.getExternalReference_Modelname()

setModelname

void setModelname(java.lang.String value)
Sets the value of the 'Modelname' attribute.

Parameters:
value - the new value of the 'Modelname' attribute.
See Also:
getModelname()

getDatacontractModel

DataContractModel getDatacontractModel()
Returns the value of the 'Datacontract Model' container reference. It is bidirectional and its opposite is 'External References'.

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

Returns:
the value of the 'Datacontract Model' container reference.
See Also:
setDatacontractModel(DataContractModel), DataContractDslPackage.getExternalReference_DatacontractModel(), DataContractModel.getExternalReferences()

setDatacontractModel

void setDatacontractModel(DataContractModel value)
Sets the value of the 'Datacontract Model' container reference.

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


Copyright © 2009 Mod4j. All Rights Reserved.