org.mod4j.dsl.service.mm.ServiceDsl
Interface Parameter

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

public interface Parameter
extends ModelElement

A representation of the model object 'Parameter'.

The following features are supported:

See Also:
ServiceDslPackage.getParameter()

Method Summary
 CollectionType getCollection()
          Returns the value of the 'Collection' attribute.
 CustomMethod getMethod()
          Returns the value of the 'Method' container reference.
 DtoReference getType()
          Returns the value of the 'Type' reference.
 void setCollection(CollectionType value)
          Sets the value of the 'Collection' attribute.
 void setMethod(CustomMethod value)
          Sets the value of the 'Method' container reference.
 void setType(DtoReference value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.mod4j.dsl.service.mm.ServiceDsl.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

getType

DtoReference getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(DtoReference), ServiceDslPackage.getParameter_Type()

setType

void setType(DtoReference value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getMethod

CustomMethod getMethod()
Returns the value of the 'Method' container reference. It is bidirectional and its opposite is 'In Parameters'.

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

Returns:
the value of the 'Method' container reference.
See Also:
setMethod(CustomMethod), ServiceDslPackage.getParameter_Method(), CustomMethod.getInParameters()

setMethod

void setMethod(CustomMethod value)
Sets the value of the 'Method' container reference.

Parameters:
value - the new value of the 'Method' container reference.
See Also:
getMethod()

getCollection

CollectionType getCollection()
Returns the value of the 'Collection' attribute. The default value is "SINGLE". The literals are from the enumeration CollectionType.

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

Returns:
the value of the 'Collection' attribute.
See Also:
CollectionType, setCollection(CollectionType), ServiceDslPackage.getParameter_Collection()

setCollection

void setCollection(CollectionType value)
Sets the value of the 'Collection' attribute.

Parameters:
value - the new value of the 'Collection' attribute.
See Also:
CollectionType, getCollection()


Copyright © 2010 Mod4j. All Rights Reserved.