public static enum JrpcgenOptions.ParseResult extends Enum<JrpcgenOptions.ParseResult>
| Enum Constant and Description |
|---|
HELP_REQUESTED |
INVALID |
LAST |
VALID |
VERSION_REQUESTED |
| Modifier and Type | Method and Description |
|---|---|
static JrpcgenOptions.ParseResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JrpcgenOptions.ParseResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JrpcgenOptions.ParseResult VALID
public static final JrpcgenOptions.ParseResult INVALID
public static final JrpcgenOptions.ParseResult HELP_REQUESTED
public static final JrpcgenOptions.ParseResult VERSION_REQUESTED
public static final JrpcgenOptions.ParseResult LAST
public static JrpcgenOptions.ParseResult[] values()
for (JrpcgenOptions.ParseResult c : JrpcgenOptions.ParseResult.values()) System.out.println(c);
public static JrpcgenOptions.ParseResult 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 nullCopyright © 2025. All rights reserved.