/***************************************************************************** * 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; import org.eclipse.uml2.uml.InstanceSpecification; /** * Constants for {@link InstanceSpecification} preferences. */ public interface IPapyrusInstancePreferencesConstant { /** preference id for property display label */ public String INSTANCESPECIFICATION_LABEL_DISPLAY_PREFERENCE = "InstanceSpecification.label.display"; /** preference id for property display label */ public String INSTANCESPECIFICATION_PREF_FONT = "InstanceSpecification.font"; /** preference id for property display label */ public String INSTANCESPECIFICATION_PREF_FONT_COLOR = "InstanceSpecification.font.color"; /** preference id for property display label */ public String INSTANCESPECIFICATION_PREF_LINE_COLOR = "InstanceSpecification.line.color"; }