|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InfoObject.InfoObjectType | |
|---|---|
| com.micello.mapapi.data | This package includes the classes that control the map data. |
| Uses of InfoObject.InfoObjectType in com.micello.mapapi.data |
|---|
| Fields in com.micello.mapapi.data declared as InfoObject.InfoObjectType | |
|---|---|
InfoObject.InfoObjectType |
InfoObject.StandardDetailInfo.type
|
| Methods in com.micello.mapapi.data that return InfoObject.InfoObjectType | |
|---|---|
static InfoObject.InfoObjectType |
InfoObject.InfoObjectType.deserializeType(int value)
This method gets an info obejct type from an integer value. |
static InfoObject.InfoObjectType |
InfoObject.InfoObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static InfoObject.InfoObjectType[] |
InfoObject.InfoObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.micello.mapapi.data with parameters of type InfoObject.InfoObjectType | |
|---|---|
static void |
ParsingHelper.loadDetailInfo(DetailReceiver detailReceiver,
JSONArray json,
InfoObject.InfoObjectType objectType,
int objectId)
This method deserializes detail information and passes it to the given detail receiver. |
| Constructors in com.micello.mapapi.data with parameters of type InfoObject.InfoObjectType | |
|---|---|
InfoObject.StandardDetailInfo(InfoObject.InfoObjectType type,
int id)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||