01: package org.compass.core.converter.basic; 02: 03: /** 04: * @author kimchy 05: */ 06: public interface B { 07: 08: public enum Type { 09: Note, Call, Meeting, Organisation, Attachment 10: } 11: }