程序包 xyz.redtorch.pb
Enum Class CoreEnum.OrderSubmitStatusEnum
- 所有已实现的接口:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CoreEnum.OrderSubmitStatusEnum>,Constable
- 封闭类:
- CoreEnum
public static enum CoreEnum.OrderSubmitStatusEnum
extends Enum<CoreEnum.OrderSubmitStatusEnum>
implements com.google.protobuf.ProtocolMessageEnum
OrderSubmitStatusEnum是一个报单提交状态类型Protobuf enum
xyz.redtorch.pb.OrderSubmitStatusEnum-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
枚举常量概要
枚举常量枚举常量说明已经接受撤单已经被拒绝撤单已经提交报单已经被拒绝已经提交改单已经被拒绝修改已经提交未知 -
字段概要
字段修饰符和类型字段说明static final int已经接受static final int撤单已经被拒绝static final int撤单已经提交static final int报单已经被拒绝static final int已经提交static final int改单已经被拒绝static final int修改已经提交static final int未知 -
方法概要
修饰符和类型方法说明forNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<CoreEnum.OrderSubmitStatusEnum>valueOf(int value) 已过时。valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static CoreEnum.OrderSubmitStatusEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
枚举常量详细资料
-
OSS_Unknown
未知
OSS_Unknown = 0; -
OSS_InsertSubmitted
已经提交
OSS_InsertSubmitted = 1; -
OSS_CancelSubmitted
撤单已经提交
OSS_CancelSubmitted = 2; -
OSS_ModifySubmitted
修改已经提交
OSS_ModifySubmitted = 3; -
OSS_Accepted
已经接受
OSS_Accepted = 4; -
OSS_InsertRejected
报单已经被拒绝
OSS_InsertRejected = 5; -
OSS_CancelRejected
撤单已经被拒绝
OSS_CancelRejected = 6; -
OSS_ModifyRejected
改单已经被拒绝
OSS_ModifyRejected = 7; -
UNRECOGNIZED
-
-
字段详细资料
-
OSS_Unknown_VALUE
public static final int OSS_Unknown_VALUE未知
OSS_Unknown = 0;- 另请参阅:
-
OSS_InsertSubmitted_VALUE
public static final int OSS_InsertSubmitted_VALUE已经提交
OSS_InsertSubmitted = 1;- 另请参阅:
-
OSS_CancelSubmitted_VALUE
public static final int OSS_CancelSubmitted_VALUE撤单已经提交
OSS_CancelSubmitted = 2;- 另请参阅:
-
OSS_ModifySubmitted_VALUE
public static final int OSS_ModifySubmitted_VALUE修改已经提交
OSS_ModifySubmitted = 3;- 另请参阅:
-
OSS_Accepted_VALUE
public static final int OSS_Accepted_VALUE已经接受
OSS_Accepted = 4;- 另请参阅:
-
OSS_InsertRejected_VALUE
public static final int OSS_InsertRejected_VALUE报单已经被拒绝
OSS_InsertRejected = 5;- 另请参阅:
-
OSS_CancelRejected_VALUE
public static final int OSS_CancelRejected_VALUE撤单已经被拒绝
OSS_CancelRejected = 6;- 另请参阅:
-
OSS_ModifyRejected_VALUE
public static final int OSS_ModifyRejected_VALUE改单已经被拒绝
OSS_ModifyRejected = 7;- 另请参阅:
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-
getNumber
public final int getNumber()- 指定者:
getNumber在接口中com.google.protobuf.Internal.EnumLite- 指定者:
getNumber在接口中com.google.protobuf.ProtocolMessageEnum
-
valueOf
已过时。Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
value- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-
forNumber
- 参数:
value- The numeric wire value of the corresponding enum entry.- 返回:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CoreEnum.OrderSubmitStatusEnum> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- 指定者:
getValueDescriptor在接口中com.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- 指定者:
getDescriptorForType在接口中com.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static CoreEnum.OrderSubmitStatusEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
desc- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- 如果参数为空值
-