Enum ObjectTypes.Content.ObjectTypeCase
- java.lang.Object
-
- java.lang.Enum<ObjectTypes.Content.ObjectTypeCase>
-
- org.projectnessie.server.store.proto.ObjectTypes.Content.ObjectTypeCase
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ObjectTypes.Content.ObjectTypeCase>,org.projectnessie.nessie.relocated.protobuf.Internal.EnumLite
- Enclosing class:
- ObjectTypes.Content
public static enum ObjectTypes.Content.ObjectTypeCase extends java.lang.Enum<ObjectTypes.Content.ObjectTypeCase> implements org.projectnessie.nessie.relocated.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELTA_LAKE_TABLEICEBERG_METADATA_POINTERICEBERG_REF_STATEICEBERG_VIEW_STATENAMESPACEOBJECTTYPE_NOT_SETUDF
-
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(java.lang.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
-
ICEBERG_VIEW_STATE
public static final ObjectTypes.Content.ObjectTypeCase ICEBERG_VIEW_STATE
-
DELTA_LAKE_TABLE
public static final ObjectTypes.Content.ObjectTypeCase DELTA_LAKE_TABLE
-
NAMESPACE
public static final ObjectTypes.Content.ObjectTypeCase NAMESPACE
-
UDF
public static final ObjectTypes.Content.ObjectTypeCase UDF
-
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(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static ObjectTypes.Content.ObjectTypeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfaceorg.projectnessie.nessie.relocated.protobuf.Internal.EnumLite
-
-