-
Dominique Marcadet authored
for attributes group
Dominique Marcadet authoredfor attributes group
ConstructedAttributes.java 4.70 KiB
/**
* 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.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Constructed Attributes</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes#getConstructedAttribute <em>Constructed Attribute</em>}</li>
* <li>{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes#getNS <em>NS</em>}</li>
* </ul>
*
* @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getConstructedAttributes()
* @model extendedMetaData="name='tConstructedAttributes' kind='elementOnly'"
* @generated
*/
public interface ConstructedAttributes extends NsdObject {
/**
* Returns the value of the '<em><b>Constructed Attribute</b></em>' containment reference list.
* The list contents are of type {@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute}.
* It is bidirectional and its opposite is '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute#getConstructedAttributes <em>Constructed Attributes</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Constructed Attribute</em>' containment reference list.
* @see #isSetConstructedAttribute()
* @see #unsetConstructedAttribute()
* @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getConstructedAttributes_ConstructedAttribute()
* @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttribute#getConstructedAttributes
* @model opposite="constructedAttributes" containment="true" unsettable="true" ordered="false"
* extendedMetaData="kind='element' name='ConstructedAttribute' namespace='##targetNamespace'"
* @generated
*/
EList< ConstructedAttribute > getConstructedAttribute();
/**
* Unsets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes#getConstructedAttribute <em>Constructed Attribute</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isSetConstructedAttribute()
* @see #getConstructedAttribute()
* @generated
*/
void unsetConstructedAttribute();
/**
* Returns whether the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes#getConstructedAttribute <em>Constructed Attribute</em>}' containment reference list is set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return whether the value of the '<em>Constructed Attribute</em>' containment reference list is set.
* @see #unsetConstructedAttribute()
* @see #getConstructedAttribute()
* @generated
*/
boolean isSetConstructedAttribute();
/**
* Returns the value of the '<em><b>NS</b></em>' container reference.
* It is bidirectional and its opposite is '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.NS#getConstructedAttributes <em>Constructed Attributes</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>NS</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>NS</em>' container reference.
* @see #setNS(NS)
* @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NsdPackage#getConstructedAttributes_NS()
* @see fr.centralesupelec.edf.riseclipse.iec61850.nsd.NS#getConstructedAttributes
* @model opposite="constructedAttributes" resolveProxies="false" unsettable="true" ordered="false"
* @generated
*/
NS getNS();
/**
* Sets the value of the '{@link fr.centralesupelec.edf.riseclipse.iec61850.nsd.ConstructedAttributes#getNS <em>NS</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>NS</em>' container reference.
* @see #getNS()
* @generated
*/
void setNS( NS value );
} // ConstructedAttributes