public class ComponentDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ComponentDescriptor.Builder |
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
allowableValues |
private String |
defaultValue |
private String |
description |
private String |
displayName |
private String |
name |
Modifier | Constructor and Description |
---|---|
private |
ComponentDescriptor(ComponentDescriptor.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAllowableValues() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getName() |
private final String name
private final String displayName
private final String description
private final String defaultValue
private ComponentDescriptor(ComponentDescriptor.Builder builder)
Copyright © 2016 Apache NiFi Project. All rights reserved.