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