ActivitySpec - Correcting logger messages
[sdc.git] / common / openecomp-common-configuration-management / openecomp-configuration-management-core / src / main / java / org / openecomp / config / type / ConfigurationType.java
1 package org.openecomp.config.type;
2
3 public enum ConfigurationType {
4   PROPERTIES, XML, JSON, YAML
5 }