Uses of Class
org.yamcs.protobuf.Yamcs.EndAction
-
Packages that use Yamcs.EndAction Package Description org.yamcs.protobuf -
-
Uses of Yamcs.EndAction in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return Yamcs.EndAction Modifier and Type Method Description static Yamcs.EndActionYamcs.EndAction. forNumber(int value)Yamcs.EndActionYamcs.ReplayRequest.Builder. getEndAction()what should happen at the end of the replayYamcs.EndActionYamcs.ReplayRequest. getEndAction()what should happen at the end of the replayYamcs.EndActionYamcs.ReplayRequestOrBuilder. getEndAction()what should happen at the end of the replaystatic Yamcs.EndActionYamcs.EndAction. valueOf(int value)Deprecated.static Yamcs.EndActionYamcs.EndAction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Yamcs.EndActionYamcs.EndAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Yamcs.EndAction[]Yamcs.EndAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.protobuf that return types with arguments of type Yamcs.EndAction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Yamcs.EndAction>Yamcs.EndAction. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type Yamcs.EndAction Modifier and Type Method Description Yamcs.ReplayRequest.BuilderYamcs.ReplayRequest.Builder. setEndAction(Yamcs.EndAction value)what should happen at the end of the replay
-