Package org.projectnessie.store
Enum ObjectTypes.Content.ObjectTypeCase
- java.lang.Object
-
- java.lang.Enum<ObjectTypes.Content.ObjectTypeCase>
-
- org.projectnessie.store.ObjectTypes.Content.ObjectTypeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ObjectTypes.Content.ObjectTypeCase>
- Enclosing class:
- ObjectTypes.Content
public static enum ObjectTypes.Content.ObjectTypeCase extends Enum<ObjectTypes.Content.ObjectTypeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELTA_LAKE_TABLEICEBERG_METADATA_POINTERICEBERG_REF_STATEOBJECTTYPE_NOT_SETSQL_VIEW
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ObjectTypes.Content.ObjectTypeCaseforNumber(int value)intgetNumber()static ObjectTypes.Content.ObjectTypeCasevalueOf(int value)Deprecated.static ObjectTypes.Content.ObjectTypeCasevalueOf(String name)Returns the enum constant of this type with the specified name.static ObjectTypes.Content.ObjectTypeCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ICEBERG_METADATA_POINTER
public static final ObjectTypes.Content.ObjectTypeCase ICEBERG_METADATA_POINTER
-
ICEBERG_REF_STATE
public static final ObjectTypes.Content.ObjectTypeCase ICEBERG_REF_STATE
-
SQL_VIEW
public static final ObjectTypes.Content.ObjectTypeCase SQL_VIEW
-
DELTA_LAKE_TABLE
public static final ObjectTypes.Content.ObjectTypeCase DELTA_LAKE_TABLE
-
OBJECTTYPE_NOT_SET
public static final ObjectTypes.Content.ObjectTypeCase OBJECTTYPE_NOT_SET
-
-
Method Detail
-
values
public static ObjectTypes.Content.ObjectTypeCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ObjectTypes.Content.ObjectTypeCase c : ObjectTypes.Content.ObjectTypeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ObjectTypes.Content.ObjectTypeCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static ObjectTypes.Content.ObjectTypeCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ObjectTypes.Content.ObjectTypeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-