Uses of Class
org.yamcs.protobuf.LinkEvent.Type
-
Packages that use LinkEvent.Type Package Description org.yamcs.protobuf -
-
Uses of LinkEvent.Type in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return LinkEvent.Type Modifier and Type Method Description static LinkEvent.TypeLinkEvent.Type. forNumber(int value)LinkEvent.TypeLinkEvent.Builder. getType()optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;LinkEvent.TypeLinkEvent. getType()optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;LinkEvent.TypeLinkEventOrBuilder. getType()optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;static LinkEvent.TypeLinkEvent.Type. valueOf(int value)Deprecated.static LinkEvent.TypeLinkEvent.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LinkEvent.TypeLinkEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkEvent.Type[]LinkEvent.Type. 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 LinkEvent.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LinkEvent.Type>LinkEvent.Type. internalGetValueMap()Methods in org.yamcs.protobuf with parameters of type LinkEvent.Type Modifier and Type Method Description LinkEvent.BuilderLinkEvent.Builder. setType(LinkEvent.Type value)optional .yamcs.protobuf.yamcsManagement.LinkEvent.Type type = 1;
-