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