public static enum SpecVersion.VersionFlag extends Enum<SpecVersion.VersionFlag>
Modifier and Type | Method and Description |
---|---|
long |
getVersionFlagValue() |
static SpecVersion.VersionFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecVersion.VersionFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecVersion.VersionFlag V4
public static final SpecVersion.VersionFlag V6
public static final SpecVersion.VersionFlag V7
public static final SpecVersion.VersionFlag V201909
public static SpecVersion.VersionFlag[] values()
for (SpecVersion.VersionFlag c : SpecVersion.VersionFlag.values()) System.out.println(c);
public static SpecVersion.VersionFlag 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 long getVersionFlagValue()
Copyright © 2021. All rights reserved.