static Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.OperatorType.forNumber(int value) |
|
Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.Builder.getOperator() |
optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
|
Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.getOperator() |
optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
|
Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfoOrBuilder.getOperator() |
optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
|
static Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.OperatorType.valueOf(int value) |
Deprecated.
|
static Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.OperatorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Mdb.ComparisonInfo.OperatorType |
Mdb.ComparisonInfo.OperatorType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Mdb.ComparisonInfo.OperatorType[] |
Mdb.ComparisonInfo.OperatorType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|