cynosurex.lang
Class EnhancedBoolean

java.lang.Object
  extended by cynosurex.lang.EnhancedBoolean
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public class EnhancedBoolean
extends java.lang.Object
implements cynosurex.internal.CommonInterface

A enhanced boolean class representing the boolean primitive type.


Field Summary
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
EnhancedBoolean(boolean value)
           
 
Method Summary
 int toNumber()
           
static int toNumber(boolean value)
           
 java.lang.String toString()
           
static java.lang.String toString(boolean value)
           
static boolean unify(java.lang.String value)
          This method tests whether a string contains an integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnhancedBoolean

public EnhancedBoolean(boolean value)
Method Detail

toNumber

public int toNumber()

toNumber

public static int toNumber(boolean value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public static java.lang.String toString(boolean value)

unify

public static boolean unify(java.lang.String value)
This method tests whether a string contains an integer.