package com.wooki; /** * Defines the positions where data must be append in the updated zone. * * @author ccordenier */ public enum AppendPosition { TOP, BOTTOM; }