/******************************************************************************* * Copyright (c) 2018 IRT AESE (IRT Saint Exupéry). * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0 * * Contributors: * Arnaud Dieumegard (IRT Saint Exupéry) - initial API and implementation * Pierre Virelizier (IRT Saint Exupéry) * Julien Baclet (IRT Saint Exupéry) * Pierre Gaufillet (IRT Saint Exupéry) *******************************************************************************/ /** */ package com.irtsaintexupery.pseim.seim; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Identified Element'. * * *
* The following features are supported: *
** If the meaning of the 'Uid' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Uid' attribute. * @see #isSetUid() * @see com.irtsaintexupery.pseim.seim.SeimPackage#getIdentifiedElement_Uid() * @model unsettable="true" id="true" changeable="false" * @generated */ String getUid(); /** * Returns whether the value of the '{@link com.irtsaintexupery.pseim.seim.IdentifiedElement#getUid Uid}' attribute is set. * * * @return whether the value of the 'Uid' attribute is set. * @see #getUid() * @generated */ boolean isSetUid(); } // IdentifiedElement