blob: 6539b179007965bc0f5c2da0ed34275bf8cdfe93 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012-2014 SAP SE.
* 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:
* SAP SE - initial API and implementation and/or initial documentation
*
*******************************************************************************/
package org.eclipse.ogee.designer.contextmenu;
/**
* ENUM for the different UI Elements
*
*/
public enum UIElementType {
ENTITY_TYPE,
ASSOCIATION,
COMPLEX_TYPE,
FUNCTION_IMPORT,
ALL;
}