/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.gui.workflow.editor; /** * Enumeration for usages of projects in workflow wizard. * * @author Oliver Seebach * */ public enum ProjectUsages { /** For creating a new project to associate the workflow with. */ NEW, /** For associating a new workflow with an existing project. */ EXISTING }