Interface ProfileImport
- All Known Implementing Classes:
ProfileImportImpl
A representation of the model object 'Profile Import'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Location' attribute.getNsURI()
Returns the value of the 'Ns URI' attribute.Returns the value of the 'Profile' reference.void
setLocation
(String value) Sets the value of the 'Location
' attribute.void
Sets the value of the 'Ns URI
' attribute.void
setProfile
(Profile value) Sets the value of the 'Profile
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNsURI
String getNsURI()Returns the value of the 'Ns URI' attribute.If the meaning of the 'Ns URI' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Ns URI' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setNsURI
Sets the value of the 'Ns URI
' attribute.- Parameters:
value
- the new value of the 'Ns URI' attribute.- See Also:
- Generated class or method.
-
getLocation
String getLocation()Returns the value of the 'Location' attribute.If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Location' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setLocation
Sets the value of the 'Location
' attribute.- Parameters:
value
- the new value of the 'Location' attribute.- See Also:
- Generated class or method.
-
getProfile
Profile getProfile()Returns the value of the 'Profile' reference.If the meaning of the 'Profile' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Profile' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- transient="true"
-
setProfile
Sets the value of the 'Profile
' reference.- Parameters:
value
- the new value of the 'Profile' reference.- See Also:
- Generated class or method.
-