| Package | Description |
|---|---|
| org.sonar.batch.protocol | |
| org.sonar.batch.protocol.output |
| Modifier and Type | Method and Description |
|---|---|
static Constants.MeasureValueType |
Constants.MeasureValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Constants.MeasureValueType |
Constants.MeasureValueType.valueOf(int value) |
static Constants.MeasureValueType |
Constants.MeasureValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MeasureValueType[] |
Constants.MeasureValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Constants.MeasureValueType> |
Constants.MeasureValueType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Constants.MeasureValueType |
BatchReport.MeasureOrBuilder.getValueType()
optional .MeasureValueType value_type = 1; |
Constants.MeasureValueType |
BatchReport.Measure.getValueType()
optional .MeasureValueType value_type = 1; |
Constants.MeasureValueType |
BatchReport.Measure.Builder.getValueType()
optional .MeasureValueType value_type = 1; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Measure.Builder |
BatchReport.Measure.Builder.setValueType(Constants.MeasureValueType value)
optional .MeasureValueType value_type = 1; |
Copyright © 2009–2015 SonarSource. All rights reserved.