java.lang.Object
org.apache.nifi.registry.VariableDescriptor
- All Implemented Interfaces:
Comparable<VariableDescriptor>
An immutable object for holding information about a type of processor
property.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionVariableDescriptor
(String name) Convenience constructor to create a descriptor based on name alone.protected
-
Method Summary
-
Constructor Details
-
VariableDescriptor
Convenience constructor to create a descriptor based on name alone. To include additional parameters use Builder instead.- Parameters:
name
- name used as unique identifier for this descriptor
-
VariableDescriptor
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<VariableDescriptor>
-
getName
-
getDescription
-
isSensitive
public boolean isSensitive() -
equals
-
hashCode
public int hashCode() -
toString
-