413c5a7f29580f0419849620702ab15fc9cd412d
[sdc.git] /
1 package org.openecomp.sdc.versioning.types;
2
3 public enum ItemStatus {
4     ACTIVE,
5     ARCHIVED
6 }