Uses of Class
org.yamcs.protobuf.TransferState
-
Packages that use TransferState Package Description org.yamcs.protobuf -
-
Uses of TransferState in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return TransferState Modifier and Type Method Description static TransferStateTransferState. forNumber(int value)TransferStateTransferInfo.Builder. getState()optional .yamcs.protobuf.filetransfer.TransferState state = 3;TransferStateTransferInfo. getState()optional .yamcs.protobuf.filetransfer.TransferState state = 3;TransferStateTransferInfoOrBuilder. getState()optional .yamcs.protobuf.filetransfer.TransferState state = 3;static TransferStateTransferState. valueOf(int value)Deprecated.static TransferStateTransferState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TransferStateTransferState. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferState[]TransferState. 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 TransferState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TransferState>TransferState. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type TransferState Modifier and Type Method Description TransferInfo.BuilderTransferInfo.Builder. setState(TransferState value)optional .yamcs.protobuf.filetransfer.TransferState state = 3;
-