|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<InfoObject.InfoObjectType>
com.micello.mapapi.data.InfoObject.InfoObjectType
public static enum InfoObject.InfoObjectType
This enumeration is used to specify the class of info object. There are additional objects that extend the info object class, but this enumerates the types for which a used will want to find the info.
| Enum Constant Summary | |
|---|---|
COMMUNITY
|
|
ENTITY
|
|
GEOMETRY
|
|
INVALID
|
|
MARKER
|
|
| Method Summary | |
|---|---|
static InfoObject.InfoObjectType |
deserializeType(int value)
This method gets an info obejct type from an integer value. |
int |
getValue()
This method returns the numerical value for the type. |
static InfoObject.InfoObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InfoObject.InfoObjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final InfoObject.InfoObjectType INVALID
public static final InfoObject.InfoObjectType COMMUNITY
public static final InfoObject.InfoObjectType GEOMETRY
public static final InfoObject.InfoObjectType ENTITY
public static final InfoObject.InfoObjectType MARKER
| Method Detail |
|---|
public static InfoObject.InfoObjectType[] values()
for (InfoObject.InfoObjectType c : InfoObject.InfoObjectType.values()) System.out.println(c);
public static InfoObject.InfoObjectType 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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
public static InfoObject.InfoObjectType deserializeType(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||