Package org.openprovenance.prov.model
Interface Other
-
- All Superinterfaces:
TypedValue
public interface Other extends TypedValue
-
-
Method Summary
Modifier and Type Method Description QualifiedNamegetElementName()Get the element namevoidsetElementName(QualifiedName elementName)Set the elementName-
Methods inherited from interface org.openprovenance.prov.model.TypedValue
convertValueToObject, getConvertedValue, getType, getValue, setType, setValue, setValue, setValue, setValueFromObject
-
-
-
-
Method Detail
-
getElementName
QualifiedName getElementName()
Get the element name- Returns:
QualifiedNamewith namespace URI different than prov
-
setElementName
void setElementName(QualifiedName elementName)
Set the elementName- Parameters:
elementName- is aQualifiedNamewhose namespace URI differs from prov
-
-