blob: 929e780566f1d20266cc7683a716d9bc0c6072bd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.common.ui.composite;
/**
* General constants.
*/
public interface ICompositeEditorConstants {
// error codes
public static final int MISSING_ATTRIBUTE = 1;
public static final int COULD_NOT_INSTANTIATE_EDITOR = 2;
public static final int COULD_NOT_DISCONNECT_EDITOR = 3;
public static final int EDITOR_NOT_CONNECTED = 4;
}