1 package org.cateproject.controller.flow.action.upload; 2 3 public enum AbstractMatrixHeaderType { 4 PROPERTY, 5 CLASS, 6 ROOT_CLASS; 7 }