| static ModelChangeAction | ModelChangeAction. safeValueOf(String value) | Helper function to return the ModelChangeAction represented by
 value. | 
| static ModelChangeAction | ModelChangeAction. valueOf(char code) | Helper function to return the ModelChangeAction represented by code. | 
| static ModelChangeAction | ModelChangeAction. valueOf(Character code) | Helper function to return the ModelChangeAction represented by code. | 
| static ModelChangeAction | ModelChangeAction. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static ModelChangeAction | ModelChangeAction. valueOfCode(String code) | Helper function to return the ModelChangeAction represented by code. | 
| static ModelChangeAction[] | ModelChangeAction. values() | Returns an array containing the constants of this enum type, in
the order they are declared. |