public static enum Messages.GherkinDocument.Feature.Step.ArgumentCase extends Enum<Messages.GherkinDocument.Feature.Step.ArgumentCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ARGUMENT_NOT_SET |
DATA_TABLE |
DOC_STRING |
| Modifier and Type | Method and Description |
|---|---|
static Messages.GherkinDocument.Feature.Step.ArgumentCase |
forNumber(int value) |
int |
getNumber() |
static Messages.GherkinDocument.Feature.Step.ArgumentCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Messages.GherkinDocument.Feature.Step.ArgumentCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.GherkinDocument.Feature.Step.ArgumentCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.GherkinDocument.Feature.Step.ArgumentCase DOC_STRING
public static final Messages.GherkinDocument.Feature.Step.ArgumentCase DATA_TABLE
public static final Messages.GherkinDocument.Feature.Step.ArgumentCase ARGUMENT_NOT_SET
public static Messages.GherkinDocument.Feature.Step.ArgumentCase[] values()
for (Messages.GherkinDocument.Feature.Step.ArgumentCase c : Messages.GherkinDocument.Feature.Step.ArgumentCase.values()) System.out.println(c);
public static Messages.GherkinDocument.Feature.Step.ArgumentCase 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 null@Deprecated public static Messages.GherkinDocument.Feature.Step.ArgumentCase valueOf(int value)
forNumber(int) instead.public static Messages.GherkinDocument.Feature.Step.ArgumentCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019. All rights reserved.