/******************************************************************************* * Copyright (c) 2008 Olivier Moises * * 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: * Olivier Moises- initial API and implementation *******************************************************************************/ package org.eclipse.wazaabi.engine.edp; public class EDP { public static final String CONVERTER_RESULT_KEY = "converterResult"; //$NON-NLS-1$ public static final String VALUE_SOURCE_KEY = "valueSource"; //$NON-NLS-1$ public static final String VALUE_TARGET_KEY = "valueTarget"; //$NON-NLS-1$ }