blob: 2ab22968349685e595d6f4d10ea116e7644548bb [file] [log] [blame]
/**
* Copyright (c) 2011, 2014 - Lunifera GmbH (Gross Enzersdorf)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.vaaclipse.addons.ecview.lib;
/**
* The Interface IECViewConstants.
*/
public interface IECViewConstants {
/**
* Property to get the view id from the MPart persistent context.
*/
public static final String ECVIEW_VIEW_ID = "ecview.viewId";
}