blob: 8fe97a727f408595f3283e874665dd68954b1ba6 [file] [log] [blame]
/**
* Copyright (c) 2009 Mia-Software.
* 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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
* Fabien Giquel (Mia-Software) - Bug 339720 : MoDisco Discoverers (infra + techno) API clean
*
*/
package org.eclipse.gmt.modisco.infra.discoverymanager;
/**
* Parameter direction kind is an enumeration type that defines literals used to
* specify direction of parameters.
*
*
* @deprecated use org.eclipse.modisco.infra.discovery.core framework
*/
@Deprecated
public enum DiscoveryParameterDirectionKind {
in, out, inout
}