Package org.openprovenance.prov.model
Interface Other
-
- All Superinterfaces:
Attribute,TypedValue
- All Known Implementing Classes:
Other
public interface Other extends TypedValue, Attribute
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openprovenance.prov.model.Attribute
Attribute.AttributeKind
-
-
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.Attribute
getAttributeKind, getConvertedValue, getKind, getQualifiedName, getType, getValue, toNotationString
-
Methods inherited from interface org.openprovenance.prov.model.TypedValue
convertValueToObject, setType, setValue, setValue, setValue, setValueFromObject
-
-
-
-
Method Detail
-
getElementName
QualifiedName getElementName()
Get the element name- Specified by:
getElementNamein interfaceAttribute- Returns:
QualifiedNamewith namespace URI different than prov
-
setElementName
void setElementName(QualifiedName elementName)
Set the elementName- Parameters:
elementName- is aQualifiedNamewhose namespace URI differs from prov
-
-