public static enum CreateSchemaDesc.AssignedType extends Enum<CreateSchemaDesc.AssignedType>
Enum Constant and Description |
---|
AVRO |
MAP |
NONE |
OBJECTARRAY |
VARIANT |
Modifier and Type | Method and Description |
---|---|
static CreateSchemaDesc.AssignedType |
mapFrom(CreateSchemaClauseTypeDef typeDefinition) |
CreateSchemaClauseTypeDef |
mapToSoda() |
static CreateSchemaDesc.AssignedType |
parseKeyword(String keywordNodeText) |
static CreateSchemaDesc.AssignedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSchemaDesc.AssignedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateSchemaDesc.AssignedType VARIANT
public static final CreateSchemaDesc.AssignedType MAP
public static final CreateSchemaDesc.AssignedType OBJECTARRAY
public static final CreateSchemaDesc.AssignedType AVRO
public static final CreateSchemaDesc.AssignedType NONE
public static CreateSchemaDesc.AssignedType[] values()
for (CreateSchemaDesc.AssignedType c : CreateSchemaDesc.AssignedType.values()) System.out.println(c);
public static CreateSchemaDesc.AssignedType 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 CreateSchemaClauseTypeDef mapToSoda()
public static CreateSchemaDesc.AssignedType parseKeyword(String keywordNodeText)
public static CreateSchemaDesc.AssignedType mapFrom(CreateSchemaClauseTypeDef typeDefinition)