blob: cd69bf467545ee6aa88a3ad02e3a45099f174c55 [file] [log] [blame]
/**
* Copyright (c) 2014 Obeo.
* 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
*
* Contributors:
* Obeo - initial API and implementation
*/
package org.eclipse.emf.compare.tests.nodes;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Node Single Value EEnum Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.emf.compare.tests.nodes.NodeSingleValueEEnumAttribute#getSinglevalueEEnumAttribute <em>Singlevalue EEnum Attribute</em>}</li>
* </ul>
*
* @see org.eclipse.emf.compare.tests.nodes.NodesPackage#getNodeSingleValueEEnumAttribute()
* @model
* @generated
*/
public interface NodeSingleValueEEnumAttribute extends Node {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2011, 2012 Obeo.\r\nAll rights reserved. This program and the accompanying materials\r\nare made available under the terms of the Eclipse Public License v1.0\r\nwhich accompanies this distribution, and is available at\r\nhttp://www.eclipse.org/legal/epl-v10.html\r\n\r\nContributors:\r\n Obeo - initial API and implementation"; //$NON-NLS-1$
/**
* Returns the value of the '<em><b>Singlevalue EEnum Attribute</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.emf.compare.tests.nodes.NodeEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Singlevalue EEnum Attribute</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Singlevalue EEnum Attribute</em>' attribute.
* @see org.eclipse.emf.compare.tests.nodes.NodeEnum
* @see #setSinglevalueEEnumAttribute(NodeEnum)
* @see org.eclipse.emf.compare.tests.nodes.NodesPackage#getNodeSingleValueEEnumAttribute_SinglevalueEEnumAttribute()
* @model
* @generated
*/
NodeEnum getSinglevalueEEnumAttribute();
/**
* Sets the value of the '{@link org.eclipse.emf.compare.tests.nodes.NodeSingleValueEEnumAttribute#getSinglevalueEEnumAttribute <em>Singlevalue EEnum Attribute</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Singlevalue EEnum Attribute</em>' attribute.
* @see org.eclipse.emf.compare.tests.nodes.NodeEnum
* @see #getSinglevalueEEnumAttribute()
* @generated
*/
void setSinglevalueEEnumAttribute(NodeEnum value);
} // NodeSingleValueEEnumAttribute