/* * Copyright (C) 2012 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.setup.model; /** * * @author jbuhacoff */ public enum UpgradeMode { AUTOMATIC_UPGRADE, DO_NOT_UPGRADE; }