java.lang.Object
org.openprovenance.prov.vanilla.TypedValue
org.openprovenance.prov.vanilla.Role
- 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,Role,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 TypeMethodDescriptiongetKind()A method to generate the prov-n representation of an attribute ex:attr="value" %% xsd:typeMethods inherited from class org.openprovenance.prov.vanilla.TypedValue
castToStringOrLangStringOrQualifiedName, convertValueToObject, equals, equals, getAttributeKind, getConvertedValue, getLanguageString, getQualifiedName, getType, getTypeString, getValue, hashCode, hashCode, setType, setValue, setValue, setValue, setValueFromObject, toString, toStringMethods 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
-
Role
-
-
Method Details
-
getElementName
- Specified by:
getElementNamein interfaceAttribute
-
getKind
-
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
-