blob: 5ae470a799e4b17cd15f365132514950e6c08153 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 Red Hat, Inc.
* All rights reserved.
* This program is 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:
* Red Hat, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.validation;
import org.eclipse.emf.ecore.EStructuralFeature;
public class DroolsPackage {
public interface Literals {
EStructuralFeature DOCUMENT_ROOT__METADATA = null;
}
}