Enumeration
EMFCommandResult
Common result types for EMF commands.
enum EMFCommandResult
Topics
Operators
?
Enumeration Cases
E
EMFCommandResult.created(_:)
Command created a new object.
E
EMFCommandResult.modified(previous:)
Command modified a property, returning the previous value.
E
EMFCommandResult.removed(_:)
Command removed an object.
E
EMFCommandResult.success
Command completed successfully with no specific result.
E
EMFCommandResult.value(_:)
Command returned an ECore value.
E
EMFCommandResult.values(_:)
Command returned multiple ECore values.