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