Uses of Class
org.apache.hop.core.undo.ChangeAction.ActionType
-
Packages that use ChangeAction.ActionType Package Description org.apache.hop.core.undo -
-
Uses of ChangeAction.ActionType in org.apache.hop.core.undo
Methods in org.apache.hop.core.undo that return ChangeAction.ActionType Modifier and Type Method Description ChangeAction.ActionTypeChangeAction. getType()static ChangeAction.ActionTypeChangeAction.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeAction.ActionType[]ChangeAction.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-