public static enum Constants.ComponentLinkType extends Enum<Constants.ComponentLinkType> implements com.google.protobuf.ProtocolMessageEnum
ComponentLinkType| Enum Constant and Description |
|---|
CI
CI = 4; |
HOME
HOME = 0; |
ISSUE
ISSUE = 3; |
SCM
SCM = 1; |
SCM_DEV
SCM_DEV = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
CI_VALUE
CI = 4; |
static int |
HOME_VALUE
HOME = 0; |
static int |
ISSUE_VALUE
ISSUE = 3; |
static int |
SCM_DEV_VALUE
SCM_DEV = 2; |
static int |
SCM_VALUE
SCM = 1; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Constants.ComponentLinkType> |
internalGetValueMap() |
static Constants.ComponentLinkType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Constants.ComponentLinkType |
valueOf(int value) |
static Constants.ComponentLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ComponentLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ComponentLinkType HOME
HOME = 0;public static final Constants.ComponentLinkType SCM
SCM = 1;public static final Constants.ComponentLinkType SCM_DEV
SCM_DEV = 2;public static final Constants.ComponentLinkType ISSUE
ISSUE = 3;public static final Constants.ComponentLinkType CI
CI = 4;public static final int HOME_VALUE
HOME = 0;public static final int SCM_VALUE
SCM = 1;public static final int SCM_DEV_VALUE
SCM_DEV = 2;public static final int ISSUE_VALUE
ISSUE = 3;public static final int CI_VALUE
CI = 4;public static Constants.ComponentLinkType[] values()
for (Constants.ComponentLinkType c : Constants.ComponentLinkType.values()) System.out.println(c);
public static Constants.ComponentLinkType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Constants.ComponentLinkType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Constants.ComponentLinkType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Constants.ComponentLinkType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2009–2016 SonarSource. All rights reserved.