package org.incompletecode.spring.gemfire.domain; public enum CustomerType { BASIC,GOLD; }