Uses of Enum
org.openprovenance.prov.model.Attribute.AttributeKind
Packages that use Attribute.AttributeKind
Package
Description
Provides the classes necessary to manipulate the PROV Data Model in Java, irrespectively of the serialization chosen for it.
-
Uses of Attribute.AttributeKind in org.openprovenance.prov.model
Methods in org.openprovenance.prov.model that return Attribute.AttributeKindModifier and TypeMethodDescriptionAttribute.getAttributeKind(QualifiedName q) Attribute.getKind()static Attribute.AttributeKindReturns 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.AttributeKindModifier and TypeMethodDescriptionAttribute.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.AttributeKindModifier and TypeMethodDescriptionTypedValue.getAttributeKind(QualifiedName q) Label.getKind()Location.getKind()Other.getKind()Role.getKind()Type.getKind()Value.getKind()Methods in org.openprovenance.prov.vanilla with parameters of type Attribute.AttributeKindModifier and TypeMethodDescriptionTypedValue.getQualifiedName(Attribute.AttributeKind kind) ProvFactory.newAttribute(Attribute.AttributeKind kind, Object value, QualifiedName type)