getCopyCutAction abstract method

CopyCutAction getCopyCutAction(
  1. String type
)

Get the CopyCutAction by the type of the embeddable (this type is decided by the property type of that class)

Implementation

CopyCutAction getCopyCutAction(String type);