Enum AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
- java.lang.Object
-
- java.lang.Enum<AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>
-
- org.webswing.model.appframe.proto.AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>
- Enclosing class:
- AppFrameProtoOut.JsEvalRequestMsgOutProto
public static enum AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto extends java.lang.Enum<AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumappFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
-
-
Field Summary
Fields Modifier and Type Field Description static intcall_VALUEcall = 1;static intdeleteMember_VALUEdeleteMember = 4;static inteval_VALUEeval = 0;static intgetMember_VALUEgetMember = 3;static intgetSlot_VALUEgetSlot = 6;static intsetMember_VALUEsetMember = 2;static intsetSlot_VALUEsetSlot = 5;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtoforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>internalGetValueMap()static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(int value)Deprecated.static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
eval
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto eval
eval = 0;
-
call
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto call
call = 1;
-
setMember
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setMember
setMember = 2;
-
getMember
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getMember
getMember = 3;
-
deleteMember
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto deleteMember
deleteMember = 4;
-
setSlot
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setSlot
setSlot = 5;
-
getSlot
public static final AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getSlot
getSlot = 6;
-
-
Field Detail
-
eval_VALUE
public static final int eval_VALUE
eval = 0;- See Also:
- Constant Field Values
-
call_VALUE
public static final int call_VALUE
call = 1;- See Also:
- Constant Field Values
-
setMember_VALUE
public static final int setMember_VALUE
setMember = 2;- See Also:
- Constant Field Values
-
getMember_VALUE
public static final int getMember_VALUE
getMember = 3;- See Also:
- Constant Field Values
-
deleteMember_VALUE
public static final int deleteMember_VALUE
deleteMember = 4;- See Also:
- Constant Field Values
-
setSlot_VALUE
public static final int setSlot_VALUE
setSlot = 5;- See Also:
- Constant Field Values
-
getSlot_VALUE
public static final int getSlot_VALUE
getSlot = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto[] 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 (AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto c : AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto 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
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto 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 AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AppFrameProtoOut.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- 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
-
-