public static enum CMap.CMapFormat extends java.lang.Enum<CMap.CMapFormat>
Enum Constant and Description |
---|
Format0 |
Format10 |
Format12 |
Format13 |
Format14 |
Format2 |
Format4 |
Format6 |
Format8 |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(int value) |
int |
value() |
static CMap.CMapFormat |
valueOf(int value) |
static CMap.CMapFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CMap.CMapFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMap.CMapFormat Format0
public static final CMap.CMapFormat Format2
public static final CMap.CMapFormat Format4
public static final CMap.CMapFormat Format6
public static final CMap.CMapFormat Format8
public static final CMap.CMapFormat Format10
public static final CMap.CMapFormat Format12
public static final CMap.CMapFormat Format13
public static final CMap.CMapFormat Format14
public static CMap.CMapFormat[] values()
for (CMap.CMapFormat c : CMap.CMapFormat.values()) System.out.println(c);
public static CMap.CMapFormat 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 int value()
public boolean equals(int value)
public static CMap.CMapFormat valueOf(int value)