mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/PATCHES/5.1.1/root@125484 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
9 lines
158 B
Java
9 lines
158 B
Java
package org.alfresco.web.bean.clipboard;
|
|
|
|
/**
|
|
* @author Kevin Roast
|
|
*
|
|
* Clipboard status for an item.
|
|
*/
|
|
public enum ClipboardStatus {CUT, COPY}
|