/** * Copyright (c) 2019 CentraleSupélec & EDF. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * This file is part of the RiseClipse tool * * Contributors: * Computer Science Department, CentraleSupélec * EDF R&D * Contacts: * dominique.marcadet@centralesupelec.fr * aurelie.dehouck-neveu@edf.fr * Web site: * http://wdi.supelec.fr/software/RiseClipse/ * */ package fr.centralesupelec.edf.riseclipse.iec61850.nsd; import org.eclipse.emf.ecore.util.FeatureMap; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>License</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getMixed <em>Mixed</em>}</li> * <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getKind <em>Kind</em>}</li> * <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getUri <em>Uri</em>}</li> * <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getCopyrightNotice <em>Copyright Notice</em>}</li> * </ul> * * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getLicense() * @model extendedMetaData="name='tLicense' kind='mixed'" * @generated */ public interface License extends NsdObject { /** * Returns the value of the '<em><b>Mixed</b></em>' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mixed</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mixed</em>' attribute list. * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getLicense_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the '<em><b>Kind</b></em>' attribute. * The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.LicenseKind}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the value of the '<em>Kind</em>' attribute. * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.LicenseKind * @see #isSetKind() * @see #unsetKind() * @see #setKind(LicenseKind) * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getLicense_Kind() * @model unsettable="true" * extendedMetaData="kind='attribute' name='kind'" * @generated */ LicenseKind getKind(); /** * Sets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getKind <em>Kind</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Kind</em>' attribute. * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.LicenseKind * @see #isSetKind() * @see #unsetKind() * @see #getKind() * @generated */ void setKind( LicenseKind value ); /** * Unsets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getKind <em>Kind</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetKind() * @see #getKind() * @see #setKind(LicenseKind) * @generated */ void unsetKind(); /** * Returns whether the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getKind <em>Kind</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Kind</em>' attribute is set. * @see #unsetKind() * @see #getKind() * @see #setKind(LicenseKind) * @generated */ boolean isSetKind(); /** * Returns the value of the '<em><b>Uri</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the value of the '<em>Uri</em>' attribute. * @see #isSetUri() * @see #unsetUri() * @see #setUri(String) * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getLicense_Uri() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.NormalizedString" * extendedMetaData="kind='attribute' name='uri'" * @generated */ String getUri(); /** * Sets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getUri <em>Uri</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Uri</em>' attribute. * @see #isSetUri() * @see #unsetUri() * @see #getUri() * @generated */ void setUri( String value ); /** * Unsets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getUri <em>Uri</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetUri() * @see #getUri() * @see #setUri(String) * @generated */ void unsetUri(); /** * Returns whether the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getUri <em>Uri</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Uri</em>' attribute is set. * @see #unsetUri() * @see #getUri() * @see #setUri(String) * @generated */ boolean isSetUri(); /** * Returns the value of the '<em><b>Copyright Notice</b></em>' container reference. * It is bidirectional and its opposite is '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice#getLicense <em>License</em>}'. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Copyright Notice</em>' container reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Copyright Notice</em>' container reference. * @see #setCopyrightNotice(CopyrightNotice) * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getLicense_CopyrightNotice() * @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.CopyrightNotice#getLicense * @model opposite="license" resolveProxies="false" unsettable="true" ordered="false" * @generated */ CopyrightNotice getCopyrightNotice(); /** * Sets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.License#getCopyrightNotice <em>Copyright Notice</em>}' container reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Copyright Notice</em>' container reference. * @see #getCopyrightNotice() * @generated */ void setCopyrightNotice( CopyrightNotice value ); } // License