package org.andork.q2; public enum QChange { ADDED, REMOVED, REPLACED; }