/***************************************************************************** * Copyright (c) 2009 CEA LIST. * * * 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: * Remi Schnekenburger (CEA LIST) - Initial API and implementation * *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.clazz.custom.preferences; /** * Constants for {@link Operation} preferences. */ public interface IPapyrusOperationPreferencesConstant { /** preference id for operation display label */ public String OPERATION_LABEL_DISPLAY_PREFERENCE = "Operation.label.display"; /** preference id for operation display label */ public String OPERATION_PREF_FONT = "Operation.font"; /** preference id for operation display label */ public String OPERATION_PREF_FONT_COLOR = "Operation.font.color"; /** preference id for operation display label */ public String OPERATION_PREF_LINE_COLOR = "Operation.line.color"; }