public enum GcCacheType extends Enum<GcCacheType>
| Enum Constant and Description |
|---|
APE |
APE2 |
CITO |
EARTHCACHE |
EVENT |
GIGA |
GPS |
HQ |
LETTERBOX |
LOCATIONLESS |
MEGA |
MULTI |
TRADITIONNAL |
UNKNOWN |
VIRTUAL |
WEBCAM |
WHEREIGO |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
ImageIcon |
getIcon() |
String |
getLabel() |
static GcCacheType |
of(String code) |
static GcCacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GcCacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GcCacheType TRADITIONNAL
public static final GcCacheType MULTI
public static final GcCacheType VIRTUAL
public static final GcCacheType LETTERBOX
public static final GcCacheType EVENT
public static final GcCacheType APE
public static final GcCacheType UNKNOWN
public static final GcCacheType APE2
public static final GcCacheType WEBCAM
public static final GcCacheType LOCATIONLESS
public static final GcCacheType CITO
public static final GcCacheType EARTHCACHE
public static final GcCacheType MEGA
public static final GcCacheType GPS
public static final GcCacheType WHEREIGO
public static final GcCacheType GIGA
public static final GcCacheType HQ
public static GcCacheType[] values()
for (GcCacheType c : GcCacheType.values()) System.out.println(c);
public static GcCacheType 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 ImageIcon getIcon()
public static GcCacheType of(String code)
public int getCode()
public String getLabel()
Copyright © 2017 Ultreia.io. All rights reserved.