com.ancientprogramming.fixedformat4j.format.data
Class FixedFormatBooleanData

java.lang.Object
  extended by com.ancientprogramming.fixedformat4j.format.data.FixedFormatBooleanData

public class FixedFormatBooleanData
extends java.lang.Object

Data object containing the exact same data as FixedFormatBoolean

Since:
1.0.0
Author:
Jacob von Eyben - http://www.ancientprogramming.com

Field Summary
static FixedFormatBooleanData DEFAULT
           
 
Constructor Summary
FixedFormatBooleanData(java.lang.String trueValue, java.lang.String falseValue)
           
 
Method Summary
 java.lang.String getFalseValue()
           
 java.lang.String getTrueValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final FixedFormatBooleanData DEFAULT
Constructor Detail

FixedFormatBooleanData

public FixedFormatBooleanData(java.lang.String trueValue,
                              java.lang.String falseValue)
Method Detail

getTrueValue

public java.lang.String getTrueValue()

getFalseValue

public java.lang.String getFalseValue()

toString

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


Copyright © 2008 ancientprogramming.com. All Rights Reserved.