public static enum RuleContext.Type extends Enum<RuleContext.Type>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
BYTES |
COMBINED |
DOUBLE |
ENUM |
FIXED |
FLOAT |
INT |
LONG |
MAP |
NULL |
RECORD |
STRING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPrimitive() |
static RuleContext.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleContext.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleContext.Type RECORD
public static final RuleContext.Type ENUM
public static final RuleContext.Type ARRAY
public static final RuleContext.Type MAP
public static final RuleContext.Type COMBINED
public static final RuleContext.Type FIXED
public static final RuleContext.Type STRING
public static final RuleContext.Type BYTES
public static final RuleContext.Type INT
public static final RuleContext.Type LONG
public static final RuleContext.Type FLOAT
public static final RuleContext.Type DOUBLE
public static final RuleContext.Type BOOLEAN
public static final RuleContext.Type NULL
public static RuleContext.Type[] values()
for (RuleContext.Type c : RuleContext.Type.values()) System.out.println(c);
public static RuleContext.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 nullpublic boolean isPrimitive()
Copyright © 2025 Confluent, Inc.. All rights reserved.