Interface ServiceRepositoryOption
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Repository
,Service
public interface ServiceRepositoryOption
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Service Repository Option'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Dependency>
Returns the value of the 'Dependencies' containment reference list.getDoc()
Returns the value of the 'Doc' attribute.getHint()
Returns the value of the 'Hint' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Subscribe' containment reference.boolean
Returns the value of the 'Gap Class' attribute.boolean
Returns the value of the 'No Gap Class' attribute.void
Sets the value of the 'Doc
' attribute.void
setGapClass
(boolean value) Sets the value of the 'Gap Class
' attribute.void
Sets the value of the 'Hint
' attribute.void
Sets the value of the 'Name
' attribute.void
setNoGapClass
(boolean value) Sets the value of the 'No Gap Class
' attribute.void
setSubscribe
(Subscribe value) Sets the value of the 'Subscribe
' containment reference.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
-
Method Details
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-
isGapClass
boolean isGapClass()Returns the value of the 'Gap Class' attribute.- Returns:
- the value of the 'Gap Class' attribute.
- See Also:
- Model:
- Generated:
-
setGapClass
void setGapClass(boolean value) Sets the value of the 'Gap Class
' attribute.- Parameters:
value
- the new value of the 'Gap Class' attribute.- See Also:
- Generated:
-
isNoGapClass
boolean isNoGapClass()Returns the value of the 'No Gap Class' attribute.- Returns:
- the value of the 'No Gap Class' attribute.
- See Also:
- Model:
- Generated:
-
setNoGapClass
void setNoGapClass(boolean value) Sets the value of the 'No Gap Class
' attribute.- Parameters:
value
- the new value of the 'No Gap Class' attribute.- See Also:
- Generated:
-
getHint
String getHint()Returns the value of the 'Hint' attribute.- Returns:
- the value of the 'Hint' attribute.
- See Also:
- Model:
- Generated:
-
setHint
Sets the value of the 'Hint
' attribute.- Parameters:
value
- the new value of the 'Hint' attribute.- See Also:
- Generated:
-
getSubscribe
Subscribe getSubscribe()Returns the value of the 'Subscribe' containment reference.- Returns:
- the value of the 'Subscribe' containment reference.
- See Also:
- Model:
- containment="true"
- Generated:
-
setSubscribe
Sets the value of the 'Subscribe
' containment reference.- Parameters:
value
- the new value of the 'Subscribe' containment reference.- See Also:
- Generated:
-
getDependencies
org.eclipse.emf.common.util.EList<Dependency> getDependencies()Returns the value of the 'Dependencies' containment reference list. The list contents are of typeDependency
.- Returns:
- the value of the 'Dependencies' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-