Uses of Enum
org.openprovenance.prov.template.descriptors.OutputFieldValue
Packages that use OutputFieldValue
-
Uses of OutputFieldValue in org.openprovenance.prov.template.descriptors
Methods in org.openprovenance.prov.template.descriptors that return OutputFieldValueModifier and TypeMethodDescriptionstatic OutputFieldValueAttributeDescriptor.getOutput()NameDescriptor.getOutput()static OutputFieldValueReturns 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 OutputFieldValueModifier and TypeMethodDescriptionstatic booleanOutputFieldValue.isOutput(OutputFieldValue outputFieldValue) voidAttributeDescriptor.setOutput(OutputFieldValue output) voidNameDescriptor.setOutput(OutputFieldValue output)