Interface ProfileImport
-
- All Known Implementing Classes:
ProfileImportImpl
public interface ProfileImport extends EObject
A representation of the model object 'Profile Import'.The following features are supported:
- See Also:
EMFProfileApplicationPackage.getProfileImport()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
Returns the value of the 'Location' attribute.String
getNsURI()
Returns the value of the 'Ns URI' attribute.Profile
getProfile()
Returns the value of the 'Profile' reference.void
setLocation(String value)
Sets the value of the 'Location
' attribute.void
setNsURI(String value)
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 Detail
-
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:
setNsURI(String)
,EMFProfileApplicationPackage.getProfileImport_NsURI()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setNsURI
void setNsURI(String value)
Sets the value of the 'Ns URI
' attribute.- Parameters:
value
- the new value of the 'Ns URI' attribute.- See Also:
getNsURI()
- 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:
setLocation(String)
,EMFProfileApplicationPackage.getProfileImport_Location()
- Generated class or method.
- EMF model class or method.
-
setLocation
void setLocation(String value)
Sets the value of the 'Location
' attribute.- Parameters:
value
- the new value of the 'Location' attribute.- See Also:
getLocation()
- 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:
setProfile(Profile)
,EMFProfileApplicationPackage.getProfileImport_Profile()
- Generated class or method.
- EMF model class or method.
- transient="true"
-
setProfile
void setProfile(Profile value)
Sets the value of the 'Profile
' reference.- Parameters:
value
- the new value of the 'Profile' reference.- See Also:
getProfile()
- Generated class or method.
-
-