com.esri.core.map
Class FeatureEditResult

java.lang.Object
  extended by com.esri.core.map.FeatureEditResult
All Implemented Interfaces:
Serializable

public class FeatureEditResult
extends Object
implements Serializable

The results of a feature edit such as add, update or delete.

See Also:
Serialized Form

Constructor Summary
FeatureEditResult()
           
 
Method Summary
static FeatureEditResult fromJson(org.codehaus.jackson.JsonParser parser)
          Decodes objects from JSON representation.
 FeatureEditError getError()
          Gets the error message if the operation is failed.
 String getGlobalId()
          Gets the globalId of the FeatureEditResult.
 int getObjectId()
          Gets the ObjectId of the FeatureEditResult.
 boolean isSuccess()
          Returns true if the operation is success.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureEditResult

public FeatureEditResult()
Method Detail

getObjectId

public int getObjectId()
Gets the ObjectId of the FeatureEditResult.

Returns:
Returns the ObjectId.

getGlobalId

public String getGlobalId()
Gets the globalId of the FeatureEditResult.

Returns:
Returns the globalId.

isSuccess

public boolean isSuccess()
Returns true if the operation is success.

Returns:
Returns the success.

getError

public FeatureEditError getError()
Gets the error message if the operation is failed.

Returns:
Returns the error.

fromJson

public static FeatureEditResult fromJson(org.codehaus.jackson.JsonParser parser)
                                  throws Exception
Decodes objects from JSON representation.

Parameters:
parser - the Jackson parser holding the JSON data.
Returns:
the decoded object from JSON representation.
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.