blob: 9f146471d656e1fba37e60d6cebf90b91ecbd7df [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2019 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* <copyright>
* </copyright>
*
* $Id: GenericBoolean.java,v 1.1 2010/03/18 06:24:29 cbateman Exp $
*/
package org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Generic Boolean</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* This type defines four different values which can designate
* boolean values. This includes values yes and no which are
* not designated by xsd:boolean
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jst.jsf.facelet.core.internal.registry.taglib.faceletTaglib.FaceletTaglibPackage#getGenericBoolean()
* @model extendedMetaData="name='generic-booleanType' kind='simple'"
* @generated
*/
public interface GenericBoolean extends IdentifiableStringValue
{
// GenericBoolean
}