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. -
-
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)
-