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