public class

PropertyListInitResult

extends Object
java.lang.Object
   ↳ com.mapsted.ui.map.PropertyListInitResult

Summary

Nested Classes
enum PropertyListInitResult.ResultType  
Public Methods
static PropertyListInitResult createError(String message)
static PropertyListInitResult createMessage(Context context, int errorCode)
static PropertyListInitResult createSuccess()
String getMessage()
PropertyListInitResult.ResultType getResultType()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static PropertyListInitResult createError (String message)

public static PropertyListInitResult createMessage (Context context, int errorCode)

public static PropertyListInitResult createSuccess ()

public String getMessage ()

public PropertyListInitResult.ResultType getResultType ()

public String toString ()