public static enum PulsarSqlSchemaInfoProvider.Type extends Enum<PulsarSqlSchemaInfoProvider.Type>
| Modifier and Type | Method and Description |
|---|---|
static PulsarSqlSchemaInfoProvider.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarSqlSchemaInfoProvider.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarSqlSchemaInfoProvider.Type NONE
public static final PulsarSqlSchemaInfoProvider.Type Key
public static final PulsarSqlSchemaInfoProvider.Type Value
public static PulsarSqlSchemaInfoProvider.Type[] values()
for (PulsarSqlSchemaInfoProvider.Type c : PulsarSqlSchemaInfoProvider.Type.values()) System.out.println(c);
public static PulsarSqlSchemaInfoProvider.Type 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 nullCopyright © 2017–2021 Apache Software Foundation. All rights reserved.