/******************************************************************************* * Copyright (c) 2011, 2012, 2013, 2014 Red Hat, Inc. * All rights reserved. * This program is 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: * Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.eclipse.bpmn2.modeler.core.features; import org.eclipse.osgi.util.NLS; // TODO: Auto-generated Javadoc /** * The Class Messages. */ public class Messages extends NLS { private static final String BUNDLE_NAME = "org.eclipse.bpmn2.modeler.core.features.messages"; //$NON-NLS-1$ /** The Abstract bpmn2 create connection feature_ create. */ public static String AbstractBpmn2CreateConnectionFeature_Create; /** The Abstract bpmn2 create feature_ create. */ public static String AbstractBpmn2CreateFeature_Create; /** The BPMN diagram feature container_ disable_ enable_ description. */ public static String BPMNDiagramFeatureContainer_Disable_Enable_Description; /** The BPMN diagram feature container_ disable_ name. */ public static String BPMNDiagramFeatureContainer_Disable_Name; /** The BPMN diagram feature container_ enable_ name. */ public static String BPMNDiagramFeatureContainer_Enable_Name; /** The BPMN diagram feature container_ reroute_ all_ description. */ public static String BPMNDiagramFeatureContainer_Reroute_All_Description; /** The BPMN diagram feature container_ reroute_ all_ name. */ public static String BPMNDiagramFeatureContainer_Reroute_All_Name; public static String ShowDocumentationFeature_Documentation_Title; /** The Show properties feature_ name. */ public static String ShowPropertiesFeature_Name; /** The Show properties feature_ title. */ public static String ShowPropertiesFeature_Title; /** The Custom shape feature container_ description. */ public static String CustomShapeFeatureContainer_Description; /** The Custom connection feature container_ description. */ public static String CustomConnectionFeatureContainer_Description; /** The Custom element feature container_ description. */ public static String CustomElementFeatureContainer_Description; /** The Custom element feature container_ create. */ public static String CustomElementFeatureContainer_Create; static { // initialize resource bundle NLS.initializeMessages(BUNDLE_NAME, Messages.class); } private Messages() { } }