/* * Copyright (c) 2015 EMC Corporation * All Rights Reserved */ package util; public enum AutoManualType { automatic, manual; }