java.lang.Object
org.openprovenance.prov.vanilla.TypedValue
org.openprovenance.prov.vanilla.Other
- All Implemented Interfaces:
org.openprovenance.apache.commons.lang.builder.Equals,org.openprovenance.apache.commons.lang.builder.HashCode,org.openprovenance.apache.commons.lang.builder.ToString,Attribute,Other,TypedValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openprovenance.prov.model.Attribute
Attribute.AttributeKind -
Field Summary
Fields inherited from class org.openprovenance.prov.vanilla.TypedValue
type, value, valueAsJavaObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidGet the element namegetKind()voidhashCode(org.openprovenance.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) voidsetElementName(QualifiedName elementName) Set the elementNameA method to generate the prov-n representation of an attribute ex:attr="value" %% xsd:typetoString()voidtoString(org.openprovenance.apache.commons.lang.builder.ToStringBuilder toStringBuilder) Methods inherited from class org.openprovenance.prov.vanilla.TypedValue
castToStringOrLangStringOrQualifiedName, convertValueToObject, getAttributeKind, getConvertedValue, getLanguageString, getQualifiedName, getType, getTypeString, getValue, hashCode, setType, setValue, setValue, setValue, setValueFromObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openprovenance.prov.model.Attribute
getAttributeKind, getConvertedValue, getQualifiedName, getType, getValueMethods inherited from interface org.openprovenance.prov.model.TypedValue
convertValueToObject, setType, setValue, setValue, setValue, setValueFromObject
-
Constructor Details
-
Other
-
-
Method Details
-
getElementName
Description copied from interface:OtherGet the element name- Specified by:
getElementNamein interfaceAttribute- Specified by:
getElementNamein interfaceOther- Returns:
QualifiedNamewith namespace URI different than prov
-
getKind
-
setElementName
Description copied from interface:OtherSet the elementName- Specified by:
setElementNamein interfaceOther- Parameters:
elementName- is aQualifiedNamewhose namespace URI differs from prov
-
toNotationString
Description copied from interface:AttributeA method to generate the prov-n representation of an attribute ex:attr="value" %% xsd:type- Specified by:
toNotationStringin interfaceAttribute- Returns:
- a string representation of the attribute
-
equals
public void equals(Object object, org.openprovenance.apache.commons.lang.builder.EqualsBuilder equalsBuilder) - Specified by:
equalsin interfaceorg.openprovenance.apache.commons.lang.builder.Equals- Overrides:
equalsin classTypedValue
-
equals
- Overrides:
equalsin classTypedValue
-
hashCode
public void hashCode(org.openprovenance.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) - Specified by:
hashCodein interfaceorg.openprovenance.apache.commons.lang.builder.HashCode- Overrides:
hashCodein classTypedValue
-
toString
public void toString(org.openprovenance.apache.commons.lang.builder.ToStringBuilder toStringBuilder) - Specified by:
toStringin interfaceorg.openprovenance.apache.commons.lang.builder.ToString- Overrides:
toStringin classTypedValue
-
toString
- Overrides:
toStringin classTypedValue
-