Uses of Class
org.openprovenance.prov.template.descriptors.InputFieldValue
-
Packages that use InputFieldValue Package Description org.openprovenance.prov.template.descriptors -
-
Uses of InputFieldValue in org.openprovenance.prov.template.descriptors
Methods in org.openprovenance.prov.template.descriptors that return InputFieldValue Modifier and Type Method Description static InputFieldValueInputFieldValue. forValue(String value)InputFieldValueAttributeDescriptor. getInput()InputFieldValueNameDescriptor. getInput()static InputFieldValueInputFieldValue. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFieldValue[]InputFieldValue. 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 InputFieldValue Modifier and Type Method Description static booleanInputFieldValue. isCompulsoryInput(InputFieldValue inputFieldValue)static booleanInputFieldValue. isInput(InputFieldValue inputFieldValue)voidAttributeDescriptor. setInput(InputFieldValue input)voidNameDescriptor. setInput(InputFieldValue input)
-