Skip to content

Commit

Permalink
Bug 568711 Design model for grant acquisition
Browse files Browse the repository at this point in the history
Add missing license headers

Signed-off-by: eparovyshnaya <[email protected]>
  • Loading branch information
eparovyshnaya committed Nov 11, 2020
1 parent cf4902f commit 9bb622b
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 122 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2020 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.floating.edit.providers;

import java.util.Collection;
import java.util.List;

import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;

import org.eclipse.emf.common.util.ResourceLocator;

import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
import org.eclipse.emf.edit.provider.IEditingDomainItemProvider;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
Expand All @@ -20,11 +28,8 @@
import org.eclipse.emf.edit.provider.ItemPropertyDescriptor;
import org.eclipse.emf.edit.provider.ItemProviderAdapter;
import org.eclipse.emf.edit.provider.ViewerNotification;

import org.eclipse.passage.lic.floating.edit.FLoatingLicensesEditPlugin;

import org.eclipse.passage.lic.floating.model.api.GrantAcqisition;

import org.eclipse.passage.lic.floating.model.meta.FloatingPackage;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,39 @@
/**
*/
/*******************************************************************************
* Copyright (c) 2020 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.passage.lic.floating.model.api;

import java.util.Date;

import org.eclipse.emf.ecore.EObject;

/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Grant Acqisition</b></em>'.
* <!-- end-user-doc -->
* <!-- begin-user-doc --> A representation of the model object '<em><b>Grant
* Acqisition</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getIdentifier <em>Identifier</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getFeature <em>Feature</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getGrant <em>Grant</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getUser <em>User</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getCreated <em>Created</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getIdentifier
* <em>Identifier</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getFeature
* <em>Feature</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getGrant
* <em>Grant</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getUser
* <em>User</em>}</li>
* <li>{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getCreated
* <em>Created</em>}</li>
* </ul>
*
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition()
Expand All @@ -28,9 +42,9 @@
*/
public interface GrantAcqisition extends EObject {
/**
* Returns the value of the '<em><b>Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Returns the value of the '<em><b>Identifier</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the value of the '<em>Identifier</em>' attribute.
* @see #setIdentifier(String)
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition_Identifier()
Expand All @@ -40,19 +54,21 @@ public interface GrantAcqisition extends EObject {
String getIdentifier();

/**
* Sets the value of the '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getIdentifier <em>Identifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Sets the value of the
* '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getIdentifier
* <em>Identifier</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @param value the new value of the '<em>Identifier</em>' attribute.
* @see #getIdentifier()
* @generated
*/
void setIdentifier(String value);

/**
* Returns the value of the '<em><b>Feature</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Returns the value of the '<em><b>Feature</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the value of the '<em>Feature</em>' attribute.
* @see #setFeature(String)
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition_Feature()
Expand All @@ -62,19 +78,20 @@ public interface GrantAcqisition extends EObject {
String getFeature();

/**
* Sets the value of the '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getFeature <em>Feature</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Sets the value of the
* '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getFeature
* <em>Feature</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Feature</em>' attribute.
* @see #getFeature()
* @generated
*/
void setFeature(String value);

/**
* Returns the value of the '<em><b>Grant</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Returns the value of the '<em><b>Grant</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the value of the '<em>Grant</em>' attribute.
* @see #setGrant(String)
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition_Grant()
Expand All @@ -84,19 +101,20 @@ public interface GrantAcqisition extends EObject {
String getGrant();

/**
* Sets the value of the '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getGrant <em>Grant</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Sets the value of the
* '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getGrant
* <em>Grant</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Grant</em>' attribute.
* @see #getGrant()
* @generated
*/
void setGrant(String value);

/**
* Returns the value of the '<em><b>User</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Returns the value of the '<em><b>User</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the value of the '<em>User</em>' attribute.
* @see #setUser(String)
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition_User()
Expand All @@ -106,19 +124,20 @@ public interface GrantAcqisition extends EObject {
String getUser();

/**
* Sets the value of the '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getUser <em>User</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Sets the value of the
* '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getUser
* <em>User</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>User</em>' attribute.
* @see #getUser()
* @generated
*/
void setUser(String value);

/**
* Returns the value of the '<em><b>Created</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Returns the value of the '<em><b>Created</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @return the value of the '<em>Created</em>' attribute.
* @see #setCreated(Date)
* @see org.eclipse.passage.lic.floating.model.meta.FloatingPackage#getGrantAcqisition_Created()
Expand All @@ -128,9 +147,10 @@ public interface GrantAcqisition extends EObject {
Date getCreated();

/**
* Sets the value of the '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getCreated <em>Created</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* Sets the value of the
* '{@link org.eclipse.passage.lic.floating.model.api.GrantAcqisition#getCreated
* <em>Created</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @param value the new value of the '<em>Created</em>' attribute.
* @see #getCreated()
* @generated
Expand Down
Loading

0 comments on commit 9bb622b

Please sign in to comment.