public static enum MDFUtil.MDFVersion extends Enum<MDFUtil.MDFVersion>
Modifier and Type | Method and Description |
---|---|
double |
getVersion() |
boolean |
isSupported() |
static MDFUtil.MDFVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MDFUtil.MDFVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MDFUtil.MDFVersion MDF3
public static final MDFUtil.MDFVersion MDF4
public static MDFUtil.MDFVersion[] values()
for (MDFUtil.MDFVersion c : MDFUtil.MDFVersion.values()) System.out.println(c);
public static MDFUtil.MDFVersion 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 double getVersion()
public boolean isSupported()
Copyright © 2020 Actian Corporation. All rights reserved.