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():String
Returns public function valueOf():Object
Returnspublic 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.
Thu Aug 29 2013, 09:16 PM -08:00