/******************************************************************************* * Copyright (c) 2013 BREDEX GmbH. * 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: * BREDEX GmbH - initial API and implementation and/or initial documentation *******************************************************************************/ package org.eclipse.jubula.client.alm.mylyn.ui.bridge.constants; /** * @author BREDEX GmbH * @created Jul 19, 2011 */ public interface ContentType { /** * Object Mapping Editor Content Type */ public static final String OM_EDITOR = "org.eclipse.jubula.client.alm.mylyn.ui.bridge.content.type.editor.ome"; //$NON-NLS-1$ /** * Central Test Data Editor Content Type */ public static final String CTD_EDITOR = "org.eclipse.jubula.client.alm.mylyn.ui.bridge.content.type.editor.ctd"; //$NON-NLS-1$ }