org.eclipse.etrice.core.room
Interface Import

All Known Implementing Classes:
ImportImpl

public interface Import

A representation of the model object 'Import'.

The following features are supported:

See Also:
RoomPackage.getImport()
EMF generated code
EMF model element

Method Summary
 java.lang.String getImportedNamespace()
          Returns the value of the 'Imported Namespace' attribute.
 java.lang.String getImportURI()
          Returns the value of the 'Import URI' attribute.
 void setImportedNamespace(java.lang.String value)
          Sets the value of the 'Imported Namespace' attribute.
 void setImportURI(java.lang.String value)
          Sets the value of the 'Import URI' attribute.
 

Method Detail

getImportedNamespace

java.lang.String getImportedNamespace()
Returns the value of the 'Imported Namespace' attribute.

If the meaning of the 'Imported Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Imported Namespace' attribute.
See Also:
setImportedNamespace(String), RoomPackage.getImport_ImportedNamespace()
EMF generated code
EMF model element

setImportedNamespace

void setImportedNamespace(java.lang.String value)
Sets the value of the 'Imported Namespace' attribute.

Parameters:
value - the new value of the 'Imported Namespace' attribute.
See Also:
getImportedNamespace()
EMF generated code

getImportURI

java.lang.String getImportURI()
Returns the value of the 'Import URI' attribute.

If the meaning of the 'Import URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Import URI' attribute.
See Also:
setImportURI(String), RoomPackage.getImport_ImportURI()
EMF generated code
EMF model element

setImportURI

void setImportURI(java.lang.String value)
Sets the value of the 'Import URI' attribute.

Parameters:
value - the new value of the 'Import URI' attribute.
See Also:
getImportURI()
EMF generated code