com.esri.core.map
Class EditInfo

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

public class EditInfo
extends Object

The Class EditInfo.

Since:
1.0

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

EditInfo

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

Parameters:
userId - the user id
dateMillis - the date millis
action - the action
Since:
1.0
Method Detail

getAction

public EditInfo.ACTION_TYPE getAction()
Gets the action.

Returns:
the action
Since:
1.0

getUserId

public String getUserId()
Gets the user id.

Returns:
the userId
Since:
1.0

getDateValue

public long getDateValue()
Gets the date value.

Returns:
the date value in milliseconds
Since:
1.0

getDisplayPattern

public EditInfo.DATE_DISPLAY_PATTERN getDisplayPattern()
Gets the display pattern.

Returns:
the dateValue
Since:
1.0


Copyright © 2012. All Rights Reserved.