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

org.openhealthtools.mdht.uml.hl7.datatypes.SXCM_TS 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.hl7.datatypes;

import org.openhealthtools.mdht.uml.hl7.vocab.SetOperator;

/**
 * 
 * A representation of the model object 'SXCM TS'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openhealthtools.mdht.uml.hl7.datatypes.SXCM_TS#getOperator Operator}
  • *
*

* * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getSXCM_TS() * @model * @generated */ public interface SXCM_TS extends TS { /** * Returns the value of the 'Operator' attribute. * The default value is "I". * The literals are from the enumeration {@link org.openhealthtools.mdht.uml.hl7.vocab.SetOperator}. * *

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

* * @return the value of the 'Operator' attribute. * @see org.openhealthtools.mdht.uml.hl7.vocab.SetOperator * @see #isSetOperator() * @see #unsetOperator() * @see #setOperator(SetOperator) * @see org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesPackage#getSXCM_TS_Operator() * @model default="I" unsettable="true" ordered="false" * @generated */ SetOperator getOperator(); /** * Sets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.SXCM_TS#getOperator Operator}' attribute. * * * @param value the new value of the 'Operator' attribute. * @see org.openhealthtools.mdht.uml.hl7.vocab.SetOperator * @see #isSetOperator() * @see #unsetOperator() * @see #getOperator() * @generated */ void setOperator(SetOperator value); /** * Unsets the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.SXCM_TS#getOperator Operator}' attribute. * * * @see #isSetOperator() * @see #getOperator() * @see #setOperator(SetOperator) * @generated */ void unsetOperator(); /** * Returns whether the value of the '{@link org.openhealthtools.mdht.uml.hl7.datatypes.SXCM_TS#getOperator Operator}' attribute is set. * * * @return whether the value of the 'Operator' attribute is set. * @see #unsetOperator() * @see #getOperator() * @see #setOperator(SetOperator) * @generated */ boolean isSetOperator(); } // SXCM_TS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy