public interface Query extends ModelElement
The following features are supported:
MylynPackage.getQuery()
Modifier and Type | Method and Description |
---|---|
EMap<String,String> |
getAttributes()
Returns the value of the 'Attributes' map.
|
String |
getSummary()
Returns the value of the 'Summary' attribute.
|
MylynQueriesTask |
getTask()
Returns the value of the 'Task' container reference.
|
String |
getURL()
Returns the value of the 'URL' attribute.
|
void |
setSummary(String value)
Sets the value of the '
Summary ' attribute. |
void |
setTask(MylynQueriesTask value)
Sets the value of the '
Task ' container reference. |
void |
setURL(String value)
Sets the value of the '
URL ' attribute. |
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
MylynQueriesTask getTask()
Queries
'.
If the meaning of the 'Task' container reference isn't clear, there really should be more of a description here...
setTask(MylynQueriesTask)
,
MylynPackage.getQuery_Task()
,
MylynQueriesTask.getQueries()
void setTask(MylynQueriesTask value)
Task
' container reference.
value
- the new value of the 'Task' container reference.getTask()
String getSummary()
If the meaning of the 'Summary' attribute isn't clear, there really should be more of a description here...
setSummary(String)
,
MylynPackage.getQuery_Summary()
void setSummary(String value)
Summary
' attribute.
value
- the new value of the 'Summary' attribute.getSummary()
String getURL()
If the meaning of the 'URL' attribute isn't clear, there really should be more of a description here...
setURL(String)
,
MylynPackage.getQuery_URL()
void setURL(String value)
URL
' attribute.
value
- the new value of the 'URL' attribute.getURL()
EMap<String,String> getAttributes()
String
,
and the value is of type String
,
If the meaning of the 'Attributes' map isn't clear, there really should be more of a description here...
MylynPackage.getQuery_Attributes()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html