/* * Copyright (C) 2012 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.datatypes; /** * * @author jbuhacoff */ public enum Vendor { INTEL, CITRIX, VMWARE; }