public static final enum

MaximoUpdateEntry.EntryAction

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.computime.maximo.MaximoUpdateEntry.EntryAction

Summary

Enum Values
MaximoUpdateEntry.EntryAction  Add   
MaximoUpdateEntry.EntryAction  AddChange   
MaximoUpdateEntry.EntryAction  Change   
MaximoUpdateEntry.EntryAction  Delete   
MaximoUpdateEntry.EntryAction  Replace   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static MaximoUpdateEntry.EntryAction valueOf(String name)
final static EntryAction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final MaximoUpdateEntry.EntryAction Add

public static final MaximoUpdateEntry.EntryAction AddChange

public static final MaximoUpdateEntry.EntryAction Change

public static final MaximoUpdateEntry.EntryAction Delete

public static final MaximoUpdateEntry.EntryAction Replace

Public Methods

public static MaximoUpdateEntry.EntryAction valueOf (String name)

Parameters
name

public static final EntryAction[] values ()