| Package | Description |
|---|---|
| org.sonar.batch.protocol | |
| org.sonar.batch.protocol.output |
| Modifier and Type | Method and Description |
|---|---|
static Constants.HighlightingType |
Constants.HighlightingType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Constants.HighlightingType |
Constants.HighlightingType.valueOf(int value) |
static Constants.HighlightingType |
Constants.HighlightingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.HighlightingType[] |
Constants.HighlightingType.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.HighlightingType> |
Constants.HighlightingType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Constants.HighlightingType |
BatchReport.SyntaxHighlightingOrBuilder.getType()
optional .HighlightingType type = 2; |
Constants.HighlightingType |
BatchReport.SyntaxHighlighting.getType()
optional .HighlightingType type = 2; |
Constants.HighlightingType |
BatchReport.SyntaxHighlighting.Builder.getType()
optional .HighlightingType type = 2; |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.SyntaxHighlighting.Builder |
BatchReport.SyntaxHighlighting.Builder.setType(Constants.HighlightingType value)
optional .HighlightingType type = 2; |
Copyright © 2009–2015 SonarSource. All rights reserved.