public static enum JHipsterProperties.Http.Version extends Enum<JHipsterProperties.Http.Version>
| Modifier and Type | Method and Description |
|---|---|
static JHipsterProperties.Http.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JHipsterProperties.Http.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JHipsterProperties.Http.Version V_1_1
public static final JHipsterProperties.Http.Version V_2_0
public static JHipsterProperties.Http.Version[] values()
for (JHipsterProperties.Http.Version c : JHipsterProperties.Http.Version.values()) System.out.println(c);
public static JHipsterProperties.Http.Version 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 © 2019 JHipster. All rights reserved.