|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Service
A representation of the model object 'Service'.
The following features are supported:
ModelPackage.getService()
Method Summary | |
---|---|
java.lang.String |
getFilter()
Returns the value of the 'Filter' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
int |
getTimeout()
Returns the value of the 'Timeout' attribute |
void |
setFilter(java.lang.String value)
Sets the value of the ' Filter ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setTimeout(int value)
Sets the value of the ' Timeout ' attribute |
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ModelPackage.getService_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getFilter()
If the meaning of the 'Filter' attribute isn't clear, there really should be more of a description here...
setFilter(String)
,
ModelPackage.getService_Filter()
void setFilter(java.lang.String value)
Filter
' attribute.
value
- the new value of the 'Filter' attribute.getFilter()
int getTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
setTimeout(int)
,
ModelPackage.getService_Timeout()
void setTimeout(int value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.getTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |