|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.EditInfo
public class EditInfo
The Class EditInfo.
Nested Class Summary | |
---|---|
static class |
EditInfo.ACTION_TYPE
The Enum ACTION_TYPE. |
static class |
EditInfo.DATE_DISPLAY_PATTERN
The Enum DATE_DISPLAY_PATTERN. |
Constructor Summary | |
---|---|
EditInfo(String userId,
long dateMillis,
EditInfo.ACTION_TYPE action)
The Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditInfo(String userId, long dateMillis, EditInfo.ACTION_TYPE action)
userId
- the user iddateMillis
- the date millisaction
- the actionMethod Detail |
---|
public EditInfo.ACTION_TYPE getAction()
public String getUserId()
public long getDateValue()
public EditInfo.DATE_DISPLAY_PATTERN getDisplayPattern()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |