Enum AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto
- java.lang.Object
-
- java.lang.Enum<AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto>
-
- org.webswing.model.appframe.proto.AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto>
- Enclosing class:
- AppFrameProtoOut.AudioEventMsgOutProto
public static enum AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto extends java.lang.Enum<AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumappFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto
-
-
Field Summary
Fields Modifier and Type Field Description static intdispose_VALUEdispose = 3;static intplay_VALUEplay = 0;static intstop_VALUEstop = 1;static intupdate_VALUEupdate = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProtoforNumber(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.AudioEventMsgOutProto.AudioEventTypeProto>internalGetValueMap()static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProtovalueOf(int value)Deprecated.static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProtovalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProtovalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
play
public static final AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto play
play = 0;
-
stop
public static final AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto stop
stop = 1;
-
update
public static final AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto update
update = 2;
-
dispose
public static final AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto dispose
dispose = 3;
-
-
Field Detail
-
play_VALUE
public static final int play_VALUE
play = 0;- See Also:
- Constant Field Values
-
stop_VALUE
public static final int stop_VALUE
stop = 1;- See Also:
- Constant Field Values
-
update_VALUE
public static final int update_VALUE
update = 2;- See Also:
- Constant Field Values
-
dispose_VALUE
public static final int dispose_VALUE
dispose = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto[] 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.AudioEventMsgOutProto.AudioEventTypeProto c : AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto.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.AudioEventMsgOutProto.AudioEventTypeProto 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.AudioEventMsgOutProto.AudioEventTypeProto 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.AudioEventMsgOutProto.AudioEventTypeProto forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto> 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.AudioEventMsgOutProto.AudioEventTypeProto 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
-
-