public interface NamespaceComponent
Modifier and Type | Method and Description |
---|---|
String |
getNamespace()
Gets the namespace to which this component belongs.
|
URL |
getResource()
The entire path to the resource this namespace component instance
is configured from.
|
void |
setNamespace(String namespace)
Sets the namespace to which this component belongs.
|
void |
setResource(URL resource)
Sets the path of the resource from which this namespace component is configured.
|
void setNamespace(String namespace)
namespace
- the name of the namespace to which this component belongs.String getNamespace()
URL getResource()
void setResource(URL resource)
resource
- the resource URL.Copyright © 2003–2014 AndroMDA.org. All rights reserved.