| java.lang.Object | |
| ↳ | com.esri.core.map.EditInfo | 
The Class EditInfo.
| 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 | |||||||||||
The Constructor.
| userId | the user id | 
|---|---|
| dateMillis | the date millis | 
| action | the action | 
Gets the date value.
Gets the display pattern.