blob: a9d3fe599238ea5a09cbc056dcec83406b823c1f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.mdht.uml.cda;
import org.eclipse.mdht.uml.hl7.datatypes.INT;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Region Of Interest Value</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.mdht.uml.cda.RegionOfInterestValue#isUnsorted <em>Unsorted</em>}</li>
* </ul>
*
* @see org.eclipse.mdht.uml.cda.CDAPackage#getRegionOfInterestValue()
* @model
* @generated
*/
public interface RegionOfInterestValue extends INT {
/**
* Returns the value of the '<em><b>Unsorted</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Unsorted</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Unsorted</em>' attribute.
* @see #setUnsorted(boolean)
* @see org.eclipse.mdht.uml.cda.CDAPackage#getRegionOfInterestValue_Unsorted()
* @model default="false" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isUnsorted();
/**
* Sets the value of the '{@link org.eclipse.mdht.uml.cda.RegionOfInterestValue#isUnsorted <em>Unsorted</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Unsorted</em>' attribute.
* @see #isUnsorted()
* @generated
*/
void setUnsorted(boolean value);
} // RegionOfInterestValue