2 * Copyright © 2016-2017 European Support Limited
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
17 package org.openecomp.core.converter.datatypes;
19 public final class Constants {
20 public static final String MAIN_ST_NAME = "MainServiceTemplate.yaml";
21 public static final String GLOBAL_ST_NAME = "GlobalSubstitutionTypesServiceTemplate.yaml";
22 public static final String DEFINITIONS_DIR = "Definitions/";
23 public static final String TOPOLOGY_TEMPLATE = "topology_template";
24 public static final String NODE_TYPE = "node_type";
25 public static final String NODE_TYPES = "node_types";
26 public static final String METADATA = "metadata";
27 public static final String NODE_TEMPLATES = "node_templates";
28 public static final String INPUTS = "inputs";
29 public static final String OUTPUTS = "outputs";
30 public static final String SUBSTITUTION_MAPPINGS = "substitution_mappings";
31 public static final String CAPABILITIES = "capabilities";
32 public static final String REQUIREMENTS = "requirements";
33 public static final String POLICIES = "policies";
35 public static final String OPENECOMP_HEAT_INDEX = "openecomp_heat_index";
36 public static final String ONAP_INDEX = "onap_index";
37 public static final String GLOBAL_SUBSTITUTION = "GlobalSubstitutionTypes";
39 // prevent utility class instantiation
40 private Constants () {