public enum EnumPollenCluster extends java.lang.Enum<EnumPollenCluster> implements ItemOverlay.IOverlayInfo
| Enum Constant and Description |
|---|
CRYSTALLINE |
NORMAL |
| Modifier and Type | Field and Description |
|---|---|
static EnumPollenCluster[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
int |
getPrimaryColor() |
int |
getSecondaryColor() |
java.lang.String |
getUid() |
boolean |
isSecret() |
static EnumPollenCluster |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPollenCluster[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPollenCluster NORMAL
public static final EnumPollenCluster CRYSTALLINE
public static final EnumPollenCluster[] VALUES
public static EnumPollenCluster[] values()
for (EnumPollenCluster c : EnumPollenCluster.values()) System.out.println(c);
public static EnumPollenCluster valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getUid()
getUid in interface ItemOverlay.IOverlayInfopublic int getPrimaryColor()
getPrimaryColor in interface ItemOverlay.IOverlayInfopublic int getSecondaryColor()
getSecondaryColor in interface ItemOverlay.IOverlayInfopublic boolean isSecret()
isSecret in interface ItemOverlay.IOverlayInfo