Class NumericParameterValueProvider
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.stateless.parameter.AbstractParameterValueProvider
org.apache.nifi.stateless.parameters.NumericParameterValueProvider
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,ParameterValueProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParameterValue(String contextName, String parameterName) booleanisParameterDefined(String contextName, String parameterName) Methods inherited from class org.apache.nifi.stateless.parameter.AbstractParameterValueProvider
getIdentifier, getPropertyContext, init, initializeMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
-
Field Details
-
parameterValues
-
-
Constructor Details
-
NumericParameterValueProvider
public NumericParameterValueProvider()
-
-
Method Details
-
getParameterValue
-
isParameterDefined
-