/******************************************************************************* * Copyright (c) 2008 Conselleria de Infraestructuras y Transporte, * Generalitat de la Comunitat Valenciana . * 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: Francisco Javier Cano Muñoz (Prodevelop) - initial API implementation * ******************************************************************************/ package org.eclipse.papyrus.uml.diagram.common.part; import org.eclipse.osgi.util.NLS; // TODO: Auto-generated Javadoc /** * The Class CustomMessages. */ public class CustomMessages extends NLS { static { NLS.initializeMessages("custom-messages", CustomMessages.class); //$NON-NLS-1$ } /** * Instantiates a new custom messages. */ // @unused private CustomMessages() { } /** The Applicable profiles item provider_applied_profile_menu_title. */ // @unused public static String ApplicableProfilesItemProvider_applied_profile_menu_title; /** The Applicable profiles item provider_apply_profile_menu. */ // @unused public static String ApplicableProfilesItemProvider_apply_profile_menu; /** The Applicable stereotypes item provider_apply_stereotype_menu_label. */ // @unused public static String ApplicableStereotypesItemProvider_apply_stereotype_menu_label; /** The Apply profile action_apply_profile_command. */ // @unused public static String ApplyProfileAction_apply_profile_command; /** The Apply profile action_empty_name. */ // @unused public static String ApplyProfileAction_empty_name; /** The Apply profile action_unapply_profile_command. */ // @unused public static String ApplyProfileAction_unapply_profile_command; /** The Apply stereotype action_annapply_stereotype_command. */ // @unused public static String ApplyStereotypeAction_annapply_stereotype_command; /** The Apply stereotype action_apply_stereotype_command. */ // @unused public static String ApplyStereotypeAction_apply_stereotype_command; /** The Apply stereotype action_empty_name. */ // @unused public static String ApplyStereotypeAction_empty_name; }