blob: 37f4235fa649fff605cd1b273ac72d5cbb348760 [file] [log] [blame]
package org.eclipse.stem.ui.populationmodels.preferences;
/*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* Constant definitions for plug-in preferences
*/
public class PreferenceConstants {
/**
* This is the preference for the reference population
*/
public static final String REFERENCE_POPULATION = "referencePopulation"; //$NON-NLS-1$
/**
* This is the preference for the reference density
*/
public static final String REFERENCE_DENSITY = "referenceDensity"; //$NON-NLS-1$
} // PreferenceConstants