Defines the types of operations which can occur on an object.
public function OperationType(value:String) Parameters public function equals(another:Object):Boolean
Utility function to compare operationTypes for equality.
Parameters
| another:Object — An operation type to compare to this.
|
Returns | Boolean —
True if the two operations are the same, false otherwise.
|
public function toString():StringReturns public function valueOf():ObjectReturnspublic static const ADD:OperationType
Constant which defines an operation which causes an object to be added/created.
public static const CHANGE:OperationType
Constant which defines an operation which causes a general change on an object.
public static const DELETE:OperationType
Constant which defines an operation which causes an object to be removed.
public static const RELATIONSHIP_CHANGE:OperationType
Constant which defines an operation which causes a change on an object
which also affects its relationships or the topology. Such as VM Migration.
Fri Nov 4 2016, 08:32 AM -07:00