Uses of Class
org.openprovenance.prov.model.Attribute.AttributeKind
-
Packages that use Attribute.AttributeKind Package Description org.openprovenance.prov.model Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.org.openprovenance.prov.vanilla -
-
Uses of Attribute.AttributeKind in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Attribute.AttributeKind Modifier and Type Method Description Attribute.AttributeKindAttribute. getAttributeKind(QualifiedName q)Attribute.AttributeKindAttribute. getKind()static Attribute.AttributeKindAttribute.AttributeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute.AttributeKind[]Attribute.AttributeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.model with parameters of type Attribute.AttributeKind Modifier and Type Method Description QualifiedNameAttribute. getQualifiedName(Attribute.AttributeKind kind)abstract AttributeProvFactory. newAttribute(Attribute.AttributeKind kind, Object value, QualifiedName type) -
Uses of Attribute.AttributeKind in org.openprovenance.prov.vanilla
Methods in org.openprovenance.prov.vanilla that return Attribute.AttributeKind Modifier and Type Method Description Attribute.AttributeKindTypedValue. getAttributeKind(QualifiedName q)Attribute.AttributeKindLabel. getKind()Attribute.AttributeKindLocation. getKind()Attribute.AttributeKindOther. getKind()Attribute.AttributeKindRole. getKind()Attribute.AttributeKindType. getKind()Attribute.AttributeKindValue. getKind()Methods in org.openprovenance.prov.vanilla with parameters of type Attribute.AttributeKind Modifier and Type Method Description QualifiedNameTypedValue. getQualifiedName(Attribute.AttributeKind kind)AttributeProvFactory. newAttribute(Attribute.AttributeKind kind, Object value, QualifiedName type)
-