public static enum Constants.MergeRequestSearchIn extends Enum<Constants.MergeRequestSearchIn>
| Enum Constant and Description |
|---|
DESCRIPTION |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static Constants.MergeRequestSearchIn |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Constants.MergeRequestSearchIn |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MergeRequestSearchIn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MergeRequestSearchIn TITLE
public static final Constants.MergeRequestSearchIn DESCRIPTION
public static Constants.MergeRequestSearchIn[] values()
for (Constants.MergeRequestSearchIn c : Constants.MergeRequestSearchIn.values()) System.out.println(c);
public static Constants.MergeRequestSearchIn 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 static Constants.MergeRequestSearchIn forValue(String value)
public String toValue()
public String toString()
toString in class Enum<Constants.MergeRequestSearchIn>Copyright © 2019. All rights reserved.