public class

EditInfo

extends Object
java.lang.Object
   ↳ com.esri.core.map.EditInfo

Class Overview

The Class EditInfo.

Summary

Nested Classes
enum EditInfo.ACTION_TYPE The Enum ACTION_TYPE. 
enum EditInfo.DATE_DISPLAY_PATTERN The Enum DATE_DISPLAY_PATTERN. 
Public Constructors
EditInfo(String userId, long dateMillis, EditInfo.ACTION_TYPE action)
The Constructor.
Public Methods
EditInfo.ACTION_TYPE getAction()
Gets the action.
long getDateValue()
Gets the date value.
EditInfo.DATE_DISPLAY_PATTERN getDisplayPattern()
Gets the display pattern.
String getUserId()
Gets the user id.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EditInfo (String userId, long dateMillis, EditInfo.ACTION_TYPE action)

The Constructor.

Parameters
userId the user id
dateMillis the date millis
action the action

Public Methods

public EditInfo.ACTION_TYPE getAction ()

Gets the action.

Returns
  • the action

public long getDateValue ()

Gets the date value.

Returns
  • the date value in milliseconds

public EditInfo.DATE_DISPLAY_PATTERN getDisplayPattern ()

Gets the display pattern.

Returns
  • the dateValue

public String getUserId ()

Gets the user id.

Returns
  • the userId