Uses of Enum
org.openprovenance.prov.template.descriptors.OutputFieldValue
Packages that use OutputFieldValue
-
Uses of OutputFieldValue in org.openprovenance.prov.template.descriptors
Subclasses with type arguments of type OutputFieldValue in org.openprovenance.prov.template.descriptorsMethods 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.hasOutput(OutputFieldValue outputFieldValue) static booleanOutputFieldValue.isOutput(OutputFieldValue outputFieldValue) voidAttributeDescriptor.setOutput(OutputFieldValue output) voidNameDescriptor.setOutput(OutputFieldValue output)