public static enum Difference.Type extends Enum<Difference.Type>
| Modifier and Type | Method and Description |
|---|---|
static Difference.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Difference.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Difference.Type PACKAGE_CHANGED
public static final Difference.Type MESSAGE_ADDED
public static final Difference.Type MESSAGE_REMOVED
public static final Difference.Type MESSAGE_MOVED
public static final Difference.Type ENUM_ADDED
public static final Difference.Type ENUM_REMOVED
public static final Difference.Type ENUM_CONST_ADDED
public static final Difference.Type ENUM_CONST_CHANGED
public static final Difference.Type ENUM_CONST_REMOVED
public static final Difference.Type FIELD_ADDED
public static final Difference.Type FIELD_REMOVED
public static final Difference.Type FIELD_NAME_CHANGED
public static final Difference.Type FIELD_KIND_CHANGED
public static final Difference.Type FIELD_SCALAR_KIND_CHANGED
public static final Difference.Type FIELD_NAMED_TYPE_CHANGED
public static final Difference.Type FIELD_NUMERIC_LABEL_CHANGED
public static final Difference.Type FIELD_STRING_OR_BYTES_LABEL_CHANGED
public static final Difference.Type REQUIRED_FIELD_ADDED
public static final Difference.Type REQUIRED_FIELD_REMOVED
public static final Difference.Type ONEOF_ADDED
public static final Difference.Type ONEOF_REMOVED
public static final Difference.Type ONEOF_FIELD_ADDED
public static final Difference.Type ONEOF_FIELD_REMOVED
public static final Difference.Type MULTIPLE_FIELDS_MOVED_TO_ONEOF
public static final Difference.Type FIELD_MOVED_TO_EXISTING_ONEOF
public static Difference.Type[] values()
for (Difference.Type c : Difference.Type.values()) System.out.println(c);
public static Difference.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 © 2026 Confluent, Inc.. All rights reserved.