public interface Repository extends ModelElement
P2Package.getRepository()
Modifier and Type | Method and Description |
---|---|
RepositoryType |
getType()
Returns the value of the 'Type' attribute.
|
String |
getURL()
Returns the value of the 'URL' attribute.
|
void |
setType(RepositoryType value)
Sets the value of the '
Type ' attribute. |
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
String getURL()
If the meaning of the 'URL' attribute isn't clear, there really should be more of a description here...
setURL(String)
,
P2Package.getRepository_URL()
void setURL(String value)
URL
' attribute.
value
- the new value of the 'URL' attribute.getURL()
RepositoryType getType()
"Combined"
.
The literals are from the enumeration RepositoryType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
RepositoryType
,
setType(RepositoryType)
,
P2Package.getRepository_Type()
void setType(RepositoryType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.RepositoryType
,
getType()
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