|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LaunchModelArgument
A launch argument matching a ModelParameter of a text template or a rule set.
This interface is not intended to be implemented by clients.
LaunchEntryPoint.getArguments()| Method Summary | |
|---|---|
String |
getConnectorName()
Returns the name of the model connector used to read/write a model. |
String |
getURI()
Returns the uri used to locate a model resource to read/write. |
void |
setConnectorName(String name)
Sets the name of the model connector used to read/write a model. |
void |
setURI(String uri)
Sets the uri used to locate a model resource to read/write. |
| Method Detail |
|---|
String getConnectorName()
ConnectorDescriptor.getName()void setConnectorName(String name)
name - the connector name.ConnectorDescriptor.getName()String getURI()
null if no uri used.ModelReader.read(String, Model, ConnectorContext),
ModelWriter.write(String, Model, ConnectorContext)void setURI(String uri)
uri - the uri used to locate a model resource to read/write, null if no uri to be used.ModelReader.read(String, Model, ConnectorContext),
ModelWriter.write(String, Model, ConnectorContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||