blob: 5c2f29c8c6329f3a665759ee6a13ddfdc421f0a5 [file] [log] [blame]
package org.eclipse.stem.core.modifier;
/*******************************************************************************
* Copyright (c) 2009 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
*******************************************************************************/
/**
* A special case of Range Modifier where the start and end value are the same
*
* @see org.eclipse.stem.core.modifier.ModifierPackage#getSingleValueModifier()
* @model abstract="true"
* @generated
*/
public interface SingleValueModifier extends FeatureModifier {
} // SingleValueModifier