public static enum Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto extends Enum<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto| Enum Constant and Description |
|---|
call
call = 1; |
deleteMember
deleteMember = 4; |
eval
eval = 0; |
getMember
getMember = 3; |
getSlot
getSlot = 6; |
setMember
setMember = 2; |
setSlot
setSlot = 5; |
| Modifier and Type | Field and Description |
|---|---|
static int |
call_VALUE
call = 1; |
static int |
deleteMember_VALUE
deleteMember = 4; |
static int |
eval_VALUE
eval = 0; |
static int |
getMember_VALUE
getMember = 3; |
static int |
getSlot_VALUE
getSlot = 6; |
static int |
setMember_VALUE
setMember = 2; |
static int |
setSlot_VALUE
setSlot = 5; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> |
internalGetValueMap() |
static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
valueOf(int value) |
static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto eval
eval = 0;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto call
call = 1;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setMember
setMember = 2;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getMember
getMember = 3;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto deleteMember
deleteMember = 4;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setSlot
setSlot = 5;public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getSlot
getSlot = 6;public static final int eval_VALUE
eval = 0;public static final int call_VALUE
call = 1;public static final int setMember_VALUE
setMember = 2;public static final int getMember_VALUE
getMember = 3;public static final int deleteMember_VALUE
deleteMember = 4;public static final int setSlot_VALUE
setSlot = 5;public static final int getSlot_VALUE
getSlot = 6;public static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto[] values()
for (Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto c : Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto.values()) System.out.println(c);
public static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.