Package org.webswing.server.model.proto
Enum Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
- java.lang.Object
-
- java.lang.Enum<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>
-
- org.webswing.server.model.proto.Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>
- Enclosing class:
- Webswing.JsEvalRequestMsgOutProto
public static enum Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto extends Enum<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumorg.webswing.server.model.proto.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 Webswing.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<Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto>internalGetValueMap()static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(int value)Deprecated.static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProtovalueOf(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.
-
-
-
Enum Constant Detail
-
eval
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto eval
eval = 0;
-
call
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto call
call = 1;
-
setMember
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setMember
setMember = 2;
-
getMember
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto getMember
getMember = 3;
-
deleteMember
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto deleteMember
deleteMember = 4;
-
setSlot
public static final Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto setSlot
setSlot = 5;
-
getSlot
public static final Webswing.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 Webswing.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 (Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto c : Webswing.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 Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- 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 Webswing.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Webswing.JsEvalRequestMsgOutProto.JsEvalRequestTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.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 Webswing.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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-