package com.k_int.mimsy.ref;

public enum GroupEditorialStatusEnum {

	METADATA_CHANGED,CONTENTS_CHANGED,CONTENTS_AND_METADATA_CHANGED;
}
