Interface ProfileImport

All Superinterfaces:
EObject, Notifier
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:
Generated class or method.
EMF model class or method.
  • 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

      void setNsURI(String value)
      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

      void setLocation(String value)
      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

      void setProfile(Profile value)
      Sets the value of the 'Profile' reference.
      Parameters:
      value - the new value of the 'Profile' reference.
      See Also:
      Generated class or method.