枚举 OuterExpression.Property.ItemCase
- java.lang.Object
-
- java.lang.Enum<OuterExpression.Property.ItemCase>
-
- com.alibaba.graphscope.gaia.proto.OuterExpression.Property.ItemCase
-
- 所有已实现的接口:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<OuterExpression.Property.ItemCase>
public static enum OuterExpression.Property.ItemCase extends Enum<OuterExpression.Property.ItemCase> implements com.google.protobuf.Internal.EnumLite
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 static OuterExpression.Property.ItemCaseforNumber(int value)intgetNumber()static OuterExpression.Property.ItemCasevalueOf(int value)已过时。static OuterExpression.Property.ItemCasevalueOf(String name)返回带有指定名称的该类型的枚举常量。static OuterExpression.Property.ItemCase[]values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-
-
-
枚举常量详细资料
-
ID
public static final OuterExpression.Property.ItemCase ID
-
LABEL
public static final OuterExpression.Property.ItemCase LABEL
-
LEN
public static final OuterExpression.Property.ItemCase LEN
-
ALL
public static final OuterExpression.Property.ItemCase ALL
-
KEY
public static final OuterExpression.Property.ItemCase KEY
-
ITEM_NOT_SET
public static final OuterExpression.Property.ItemCase ITEM_NOT_SET
-
-
方法详细资料
-
values
public static OuterExpression.Property.ItemCase[] values()
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。该方法可用于迭代 常量, 如下所示:for (OuterExpression.Property.ItemCase c : OuterExpression.Property.ItemCase.values()) System.out.println(c);
- 返回:
- 按照声明该枚举类型的常量的顺序返回的包含这些常量的数组
-
valueOf
public static OuterExpression.Property.ItemCase valueOf(String name)
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- 如果该枚举类型没有带有指定名称的常量NullPointerException- 如果参数为空值
-
valueOf
@Deprecated public static OuterExpression.Property.ItemCase valueOf(int value)
已过时。返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)- 参数:
value- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- 如果该枚举类型没有带有指定名称的常量NullPointerException- 如果参数为空值
-
forNumber
public static OuterExpression.Property.ItemCase forNumber(int value)
-
getNumber
public int getNumber()
- 指定者:
getNumber在接口中com.google.protobuf.Internal.EnumLite
-
-