Interface Service
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ServiceRepositoryOption
public interface Service extends ServiceRepositoryOption
A representation of the model object 'Service'.The following features are supported:
- See Also:
TacticdslPackage.getService()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getComment()
Returns the value of the 'Comment' attribute.org.eclipse.emf.common.util.EList<ServiceOperation>
getOperations()
Returns the value of the 'Operations' containment reference list.boolean
isWebService()
Returns the value of the 'Web Service' attribute.void
setComment(java.lang.String value)
Sets the value of the 'Comment
' attribute.void
setWebService(boolean value)
Sets the value of the 'Web Service
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.ServiceRepositoryOption
getDependencies, getDoc, getHint, getName, getSubscribe, isGapClass, isNoGapClass, setDoc, setGapClass, setHint, setName, setNoGapClass, setSubscribe
-
-
-
-
Method Detail
-
getComment
java.lang.String getComment()
Returns the value of the 'Comment' attribute.If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Comment' attribute.
- See Also:
setComment(String)
,TacticdslPackage.getService_Comment()
- Model:
- Generated:
-
setComment
void setComment(java.lang.String value)
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
getComment()
- Generated:
-
isWebService
boolean isWebService()
Returns the value of the 'Web Service' attribute.If the meaning of the 'Web Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Web Service' attribute.
- See Also:
setWebService(boolean)
,TacticdslPackage.getService_WebService()
- Model:
- Generated:
-
setWebService
void setWebService(boolean value)
Sets the value of the 'Web Service
' attribute.- Parameters:
value
- the new value of the 'Web Service' attribute.- See Also:
isWebService()
- Generated:
-
getOperations
org.eclipse.emf.common.util.EList<ServiceOperation> getOperations()
Returns the value of the 'Operations' containment reference list. The list contents are of typeServiceOperation
.If the meaning of the 'Operations' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operations' containment reference list.
- See Also:
TacticdslPackage.getService_Operations()
- Model:
- containment="true"
- Generated:
-
-