com.esri.core.map
Class EditFieldsInfo

java.lang.Object
  extended by com.esri.core.map.EditFieldsInfo

public class EditFieldsInfo
extends Object

The Class EditFieldsInfo.

Since:
1.0

Method Summary
static EditFieldsInfo fromJson(org.codehaus.jackson.JsonParser parser)
          From json.
 String getCreationDateField()
          Gets the creation date field.
 String getCreatorField()
          Gets the creator field.
 String getEditDateField()
          Gets the edit date field.
 String getEditorField()
          Gets the editor field.
 String getRealm()
          Gets the realm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCreatorField

public String getCreatorField()
Gets the creator field.

Returns:
the mCreatorField
Since:
1.0

getCreationDateField

public String getCreationDateField()
Gets the creation date field.

Returns:
the mCreationDateField
Since:
1.0

getEditorField

public String getEditorField()
Gets the editor field.

Returns:
the mEditorField
Since:
1.0

getEditDateField

public String getEditDateField()
Gets the edit date field.

Returns:
the mEditDateField
Since:
1.0

getRealm

public String getRealm()
Gets the realm.

Returns:
the mRealm
Since:
1.0

fromJson

public static EditFieldsInfo fromJson(org.codehaus.jackson.JsonParser parser)
                               throws Exception
From json.

Parameters:
parser - the parser
Returns:
the edits the fields info
Throws:
Exception - the exception
Since:
1.0


Copyright © 2012. All Rights Reserved.