All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openhealthtools.mdht.uml.cda.StrucDocText Maven / Gradle / Ivy

/*******************************************************************************
 * 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.openhealthtools.mdht.uml.cda;

import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'Struc Doc Text'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openhealthtools.mdht.uml.cda.StrucDocText#getMixed Mixed}
  • *
  • {@link org.openhealthtools.mdht.uml.cda.StrucDocText#getAny Any}
  • *
*

* * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getStrucDocText() * @model extendedMetaData="kind='mixed'" * @generated */ public interface StrucDocText extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

* If the meaning of the 'Mixed' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Mixed' attribute list. * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getStrucDocText_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'Any' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

* If the meaning of the 'Any' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Any' attribute list. * @see org.openhealthtools.mdht.uml.cda.CDAPackage#getStrucDocText_Any() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='elementWildcard' wildcards='##any' processing='lax'" * @generated */ FeatureMap getAny(); /** * * * @model textRequired="true" textOrdered="false" * @generated */ void addText(String text); /** * * * @model kind="operation" required="true" ordered="false" * @generated */ String getText(); /** * * * @model required="true" ordered="false" idRequired="true" idOrdered="false" * @generated */ String getText(String id); } // StrucDocText




© 2015 - 2024 Weber Informatics LLC | Privacy Policy