Uses of Class
org.openprovenance.prov.template.descriptors.OutputFieldValue
-
Packages that use OutputFieldValue Package Description org.openprovenance.prov.template.descriptors -
-
Uses of OutputFieldValue in org.openprovenance.prov.template.descriptors
Methods in org.openprovenance.prov.template.descriptors that return OutputFieldValue Modifier and Type Method Description static OutputFieldValueOutputFieldValue. forValue(String value)OutputFieldValueAttributeDescriptor. getOutput()OutputFieldValueNameDescriptor. getOutput()static OutputFieldValueOutputFieldValue. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFieldValue[]OutputFieldValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.template.descriptors with parameters of type OutputFieldValue Modifier and Type Method Description static booleanOutputFieldValue. isOutput(OutputFieldValue outputFieldValue)voidAttributeDescriptor. setOutput(OutputFieldValue output)voidNameDescriptor. setOutput(OutputFieldValue output)
-