public static enum Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto extends Enum<Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto> implements com.google.protobuf.ProtocolMessageEnum
org.webswing.server.model.proto.PlaybackCommandMsgInProto.PlaybackCommandProto| Enum Constant and Description |
|---|
play
play = 1; |
reset
reset = 0; |
step
step = 3; |
step10
step10 = 4; |
step100
step100 = 5; |
stop
stop = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
play_VALUE
play = 1; |
static int |
reset_VALUE
reset = 0; |
static int |
step_VALUE
step = 3; |
static int |
step10_VALUE
step10 = 4; |
static int |
step100_VALUE
step100 = 5; |
static int |
stop_VALUE
stop = 2; |
| 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.PlaybackCommandMsgInProto.PlaybackCommandProto> |
internalGetValueMap() |
static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto |
valueOf(int value) |
static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto reset
reset = 0;public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto play
play = 1;public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto stop
stop = 2;public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto step
step = 3;public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto step10
step10 = 4;public static final Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto step100
step100 = 5;public static final int reset_VALUE
reset = 0;public static final int play_VALUE
play = 1;public static final int stop_VALUE
stop = 2;public static final int step_VALUE
step = 3;public static final int step10_VALUE
step10 = 4;public static final int step100_VALUE
step100 = 5;public static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto[] values()
for (Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto c : Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto.values()) System.out.println(c);
public static Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto 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.PlaybackCommandMsgInProto.PlaybackCommandProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Webswing.PlaybackCommandMsgInProto.PlaybackCommandProto> 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.PlaybackCommandMsgInProto.PlaybackCommandProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.