public enum SchemaField extends Enum<SchemaField>
Enum Constant and Description |
---|
SCHEMA_BRANCH_NAME |
SCHEMA_IDENTIFIER |
SCHEMA_NAME |
SCHEMA_TEXT |
SCHEMA_TEXT_FORMAT |
SCHEMA_VERSION |
SCHEMA_VERSION_ID |
Modifier and Type | Field and Description |
---|---|
private String |
description |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SchemaField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaField SCHEMA_TEXT
public static final SchemaField SCHEMA_TEXT_FORMAT
public static final SchemaField SCHEMA_NAME
public static final SchemaField SCHEMA_IDENTIFIER
public static final SchemaField SCHEMA_VERSION_ID
public static final SchemaField SCHEMA_VERSION
public static final SchemaField SCHEMA_BRANCH_NAME
private final String description
public static SchemaField[] values()
for (SchemaField c : SchemaField.values()) System.out.println(c);
public static SchemaField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SchemaField>
Copyright © 2021 Apache NiFi Project. All rights reserved.