blob: 854b301a7666014493fa76c6f87efc8626f245cc [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar21;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>True False Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* This simple type designates a boolean with only two
* permissible values
*
* - true
* - false
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar21.EjbJar21Package#getTrueFalseType()
* @model extendedMetaData="name='true-falseType' kind='simple'"
* @generated
*/
public interface TrueFalseType extends XsdBooleanType {
} // TrueFalseType