Uses of Enum
org.openprovenance.prov.template.descriptors.InputFieldValue
Packages that use InputFieldValue
-
Uses of InputFieldValue in org.openprovenance.prov.template.descriptors
Subclasses with type arguments of type InputFieldValue in org.openprovenance.prov.template.descriptorsMethods in org.openprovenance.prov.template.descriptors that return InputFieldValueModifier and TypeMethodDescriptionstatic InputFieldValueAttributeDescriptor.getInput()NameDescriptor.getInput()static InputFieldValueReturns 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 InputFieldValueModifier and TypeMethodDescriptionstatic booleanInputFieldValue.hasInput(InputFieldValue inputFieldValue) static booleanInputFieldValue.isCompulsoryInput(InputFieldValue inputFieldValue) static booleanInputFieldValue.isInput(InputFieldValue inputFieldValue) voidAttributeDescriptor.setInput(InputFieldValue input) voidNameDescriptor.setInput(InputFieldValue input)