blob: bdfe57a40833ce9a70a1e7c4c6c69bc8d162d39d [file] [log] [blame]
/*
* Copyright (c) 2010-2012 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.common.commit;
/**
* Enumerates possible change kinds.
*
* @author Eike Stepper
* @since 4.0
* @noextend This interface is not intended to be extended by clients.
*/
public enum CDOChangeKind
{
NEW, CHANGED, DETACHED
}