public interface ComponentDefinition extends ComponentExtension
The following features are supported:
TargletPackage.getComponentDefinition()
Modifier and Type | Method and Description |
---|---|
String |
getID()
Returns the value of the 'ID' attribute.
|
Version |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setID(String value)
Sets the value of the '
ID ' attribute. |
void |
setVersion(Version value)
Sets the value of the '
Version ' attribute. |
getRequirements
getAnnotation, getAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
String getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String)
,
TargletPackage.getComponentDefinition_ID()
void setID(String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
Version getVersion()
"1.0.0"
.
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(Version)
,
TargletPackage.getComponentDefinition_Version()
void setVersion(Version value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
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