Package org.webswing.model.app.proto
Enum ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto
- java.lang.Object
-
- java.lang.Enum<ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto>
-
- org.webswing.model.app.proto.ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto>
- Enclosing class:
- ServerAppFrameProto.ApiEventMsgInProto
public static enum ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto extends java.lang.Enum<ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumApiEventMsgInProto.ApiEventTypeProto
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MirrorViewConnectedMirrorViewConnected = 2;MirrorViewDisconnectedMirrorViewDisconnected = 3;UserConnectedUserConnected = 0;UserDisconnectedUserDisconnected = 1;
-
Field Summary
Fields Modifier and Type Field Description static intMirrorViewConnected_VALUEMirrorViewConnected = 2;static intMirrorViewDisconnected_VALUEMirrorViewDisconnected = 3;static intUserConnected_VALUEUserConnected = 0;static intUserDisconnected_VALUEUserDisconnected = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProtoforNumber(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<ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto>internalGetValueMap()static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProtovalueOf(int value)Deprecated.static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UserConnected
public static final ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto UserConnected
UserConnected = 0;
-
UserDisconnected
public static final ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto UserDisconnected
UserDisconnected = 1;
-
MirrorViewConnected
public static final ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto MirrorViewConnected
MirrorViewConnected = 2;
-
MirrorViewDisconnected
public static final ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto MirrorViewDisconnected
MirrorViewDisconnected = 3;
-
-
Field Detail
-
UserConnected_VALUE
public static final int UserConnected_VALUE
UserConnected = 0;- See Also:
- Constant Field Values
-
UserDisconnected_VALUE
public static final int UserDisconnected_VALUE
UserDisconnected = 1;- See Also:
- Constant Field Values
-
MirrorViewConnected_VALUE
public static final int MirrorViewConnected_VALUE
MirrorViewConnected = 2;- See Also:
- Constant Field Values
-
MirrorViewDisconnected_VALUE
public static final int MirrorViewDisconnected_VALUE
MirrorViewDisconnected = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto[] 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 (ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto c : ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto 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 ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto 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 ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto> 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 ServerAppFrameProto.ApiEventMsgInProto.ApiEventTypeProto 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
-
-