Modifier and Type | Method and Description |
---|---|
String |
getConnectorName()
Returns the name of the connector used.
|
ModelValue |
getModel()
Returns a description of the read/written model.
|
String |
getURI()
Returns the uri used to read/write the model.
|
boolean |
isRead()
Returns
true if the connector used is a model reader. |
boolean |
isWrite()
Returns
true if the connector used is a model writer. |
getChildren, getFailure, getHierarchy, getParent, isFailed, isLeaf, isRoot
boolean isRead()
true
if the connector used is a model reader.true
if the connector used is a model reader, false
otherwise.ConnectorDescriptor.isReader()
boolean isWrite()
true
if the connector used is a model writer.true
if the connector used is a model writer, false
otherwise.ConnectorDescriptor.isWriter()
String getConnectorName()
ConnectorDescriptor.getName()
String getURI()
null
if no uri used.ModelReader.read(String, Model, ConnectorContext)
,
ModelWriter.write(String, Model, ConnectorContext)
ModelValue getModel()