Interface Import
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImportImpl
public interface Import
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Import'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Insert' attribute.getName()Returns the value of the 'Name' attribute.Returns the value of the 'Version Spec' containment reference.Returns the value of the 'Wildcard' attribute.voidSets the value of the 'Insert' attribute.voidSets the value of the 'Name' attribute.voidsetVersionSpec(VersionSpec value) Sets the value of the 'Version Spec' containment reference.voidsetWildcard(String value) Sets the value of the 'Wildcard' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInsert
String getInsert()Returns the value of the 'Insert' attribute.- Returns:
- the value of the 'Insert' attribute.
- See Also:
-
setInsert
Sets the value of the 'Insert' attribute.- Parameters:
value- the new value of the 'Insert' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getWildcard
String getWildcard()Returns the value of the 'Wildcard' attribute.- Returns:
- the value of the 'Wildcard' attribute.
- See Also:
-
setWildcard
Sets the value of the 'Wildcard' attribute.- Parameters:
value- the new value of the 'Wildcard' attribute.- See Also:
-
getVersionSpec
VersionSpec getVersionSpec()Returns the value of the 'Version Spec' containment reference.- Returns:
- the value of the 'Version Spec' containment reference.
- See Also:
-
setVersionSpec
Sets the value of the 'Version Spec' containment reference.- Parameters:
value- the new value of the 'Version Spec' containment reference.- See Also:
-