aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-sirius-manager-model/src/main/xcore-gen/org/openecomp/ncomp/sirius/manager/tableTemplate/AbstractTableTemplate.java
blob: f0f634b325966b18ff35d71fab18452aec8d4812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/*-
 * ============LICENSE_START==========================================
 * OPENECOMP - DCAE
 * ===================================================================
 * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
 * ===================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ============LICENSE_END============================================
 */
	
/**
 */
package org.openecomp.ncomp.sirius.manager.tableTemplate;

import org.openecomp.ncomp.core.NamedEntity;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Abstract Table Template</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link org.openecomp.ncomp.sirius.manager.tableTemplate.AbstractTableTemplate#getTreePath <em>Tree Path</em>}</li>
 *   <li>{@link org.openecomp.ncomp.sirius.manager.tableTemplate.AbstractTableTemplate#getTablePath <em>Table Path</em>}</li>
 * </ul>
 * </p>
 *
 * @see org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplatePackage#getAbstractTableTemplate()
 * @model abstract="true"
 * @generated
 */
public interface AbstractTableTemplate extends NamedEntity {
	/**
	 * Returns the value of the '<em><b>Tree Path</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Tree Path</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Tree Path</em>' attribute.
	 * @see #setTreePath(String)
	 * @see org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplatePackage#getAbstractTableTemplate_TreePath()
	 * @model unique="false"
	 * @generated
	 */
	String getTreePath();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.sirius.manager.tableTemplate.AbstractTableTemplate#getTreePath <em>Tree Path</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Tree Path</em>' attribute.
	 * @see #getTreePath()
	 * @generated
	 */
	void setTreePath(String value);

	/**
	 * Returns the value of the '<em><b>Table Path</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Table Path</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Table Path</em>' attribute.
	 * @see #setTablePath(String)
	 * @see org.openecomp.ncomp.sirius.manager.tableTemplate.TableTemplatePackage#getAbstractTableTemplate_TablePath()
	 * @model unique="false"
	 * @generated
	 */
	String getTablePath();

	/**
	 * Sets the value of the '{@link org.openecomp.ncomp.sirius.manager.tableTemplate.AbstractTableTemplate#getTablePath <em>Table Path</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Table Path</em>' attribute.
	 * @see #getTablePath()
	 * @generated
	 */
	void setTablePath(String value);

} // AbstractTableTemplate
</version> <executions> <execution> <id>create-binding-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../binding-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/binding-parent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-bundle-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../bundle-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/bundle-parent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-feature-repo-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../feature-repo-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/feature-repo-parent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-karaf4-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../karaf4-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/karaf4-parent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-mdsal-it-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../mdsal-it-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/mdsal-it-parent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-odlparent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../odlparent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/odlparent.properties</filter> </filters> </configuration> </execution> <execution> <id>create-odlparent-lite-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../odlparent-lite</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/odlparent-lite.properties</filter> </filters> </configuration> </execution> <execution> <id>create-single-feature-parent-pom</id> <goals> <goal>copy-resources</goal> </goals><!-- here the phase you need --> <phase>validate</phase> <configuration> <outputDirectory>../single-feature-parent</outputDirectory> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>pom-template.xml</include> </includes> <filtering>true</filtering> </resource> </resources> <escapeString>\</escapeString> <filters> <filter>${basedir}/src/main/properties/single-feature-parent.properties</filter> </filters> </configuration> </execution> </executions> </plugin> <plugin> <groupId>com.coderplus.maven.plugins</groupId> <artifactId>copy-rename-maven-plugin</artifactId> <version>1.0.1</version> <executions> <execution> <id>rename-binding-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../binding-parent/pom-template.xml</sourceFile> <destinationFile>../binding-parent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-bundle-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../bundle-parent/pom-template.xml</sourceFile> <destinationFile>../bundle-parent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-feature-repo-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../feature-repo-parent/pom-template.xml</sourceFile> <destinationFile>../feature-repo-parent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-karaf4-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../karaf4-parent/pom-template.xml</sourceFile> <destinationFile>../karaf4-parent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-mdsal-it-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../mdsal-it-parent/pom-template.xml</sourceFile> <destinationFile>../mdsal-it-parent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-odlparent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../odlparent/pom-template.xml</sourceFile> <destinationFile>../odlparent/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-odlparent-lite-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../odlparent-lite/pom-template.xml</sourceFile> <destinationFile>../odlparent-lite/pom.xml</destinationFile> </configuration> </execution> <execution> <id>rename-single-feature-parent-pom</id> <phase>validate</phase> <goals> <goal>rename</goal> </goals> <configuration> <sourceFile>../single-feature-parent/pom-template.xml</sourceFile> <destinationFile>../single-feature-parent/pom.xml</destinationFile> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>