com.ancientprogramming.fixedformat4j.format.data
Class FixedFormatBooleanData
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT
public static final FixedFormatBooleanData DEFAULT
FixedFormatBooleanData
public FixedFormatBooleanData(java.lang.String trueValue,
java.lang.String falseValue)
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.