blob: 6662a4cf82bdce20db2bf04e46cf59385a2c6b0f [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.hl7.datatypes;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>BN</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.mdht.uml.hl7.datatypes.DatatypesPackage#getBN()
* @model
* @generated
*/
public interface BN extends BL {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/1.1.0/GenModel body='self.isNullFlavorUndefined()'"
* @generated
*/
boolean validateNullFlavor(DiagnosticChain diagnostics, Map<Object, Object> context);
} // BN