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

gnu.jel.reflect.Boolean Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- 
 * $Id: Boolean.java 490 2006-10-01 16:08:04Z metlov $
 *
 * This file is part of the Java Expressions Library (JEL).
 *   For more information about JEL visit :
 *    http://kinetic.ac.donetsk.ua/JEL/
 *
 * (c) 1998 -- 2007 by Konstantin Metlov([email protected]);
 *
 * JEL is Distributed under the terms of GNU General Public License.
 *    This code comes with ABSOLUTELY NO WARRANTY.
 *  For license details see COPYING file in this directory.
 */

package gnu.jel.reflect;

/**
 *  Denotes the object as being automatically convertible to 
 *  java boolean type.
 */
public interface Boolean {
    public boolean getValue();
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy