blob: c39ab924900dd1b852e12cad61d4d18fe58c93ab [file] [log] [blame]
/*
* Copyright (c) 2005, 2006 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 - initial API and implementation
*
* $Id: ClearVariableAction.java,v 1.2 2006/05/12 20:38:03 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Clear Variable Action</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A clear variable action is a variable action that removes all values of a variable.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getClearVariableAction()
* @model
* @generated
*/
public interface ClearVariableAction
extends VariableAction {
} // ClearVariableAction