static Mdb.DataSourceType |
Mdb.DataSourceType.forNumber(int value) |
|
Mdb.DataSourceType |
Mdb.ParameterInfo.Builder.getDataSource() |
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
|
Mdb.DataSourceType |
Mdb.ParameterInfo.getDataSource() |
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
|
Mdb.DataSourceType |
Mdb.ParameterInfoOrBuilder.getDataSource() |
optional .yamcs.protobuf.mdb.DataSourceType dataSource = 7;
|
Mdb.DataSourceType |
Mdb.ListParametersRequest.Builder.getSource() |
optional .yamcs.protobuf.mdb.DataSourceType source = 10;
|
Mdb.DataSourceType |
Mdb.ListParametersRequest.getSource() |
optional .yamcs.protobuf.mdb.DataSourceType source = 10;
|
Mdb.DataSourceType |
Mdb.ListParametersRequestOrBuilder.getSource() |
optional .yamcs.protobuf.mdb.DataSourceType source = 10;
|
static Mdb.DataSourceType |
Mdb.DataSourceType.valueOf(int value) |
Deprecated.
|
static Mdb.DataSourceType |
Mdb.DataSourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Mdb.DataSourceType |
Mdb.DataSourceType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Mdb.DataSourceType[] |
Mdb.DataSourceType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|