blob: aba2280d02427ba9ef7e7764da64be1cae763233 [file] [log] [blame]
/*=========================================================================
* Copyright (c) 2008-2014 Pivotal Software, Inc. All Rights Reserved.
* This product is protected by U.S. and international copyright
* and intellectual property laws. Pivotal products are covered by
* one or more patents listed at http://www.pivotal.io/patents.
*================================================================================
*/
package PdxTests;
public enum pdxEnumTest { pdx1, pdx2, pdx3};