public static enum SchemaEntity.EntityType extends Enum<SchemaEntity.EntityType>
| Modifier and Type | Method and Description |
|---|---|
static SchemaEntity.EntityType |
get(String symbol) |
String |
symbol() |
static Set<String> |
symbols() |
String |
toString() |
static SchemaEntity.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaEntity.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaEntity.EntityType SR_RECORD
public static final SchemaEntity.EntityType SR_FIELD
public static SchemaEntity.EntityType[] values()
for (SchemaEntity.EntityType c : SchemaEntity.EntityType.values()) System.out.println(c);
public static SchemaEntity.EntityType 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 symbol()
public static SchemaEntity.EntityType get(String symbol)
public String toString()
toString in class Enum<SchemaEntity.EntityType>Copyright © 2025 Confluent, Inc.. All rights reserved.