/*========================================================================= | |
* 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}; |