org.tridas.io.defaults.values
Class Past4BooleanDefaultValue

java.lang.Object
  extended by org.tridas.io.defaults.AbstractDefaultValue<Boolean>
      extended by org.tridas.io.defaults.values.BooleanDefaultValue
          extended by org.tridas.io.defaults.values.Past4BooleanDefaultValue
All Implemented Interfaces:
Cloneable

public class Past4BooleanDefaultValue
extends BooleanDefaultValue


Field Summary
 
Fields inherited from class org.tridas.io.defaults.values.BooleanDefaultValue
value
 
Constructor Summary
Past4BooleanDefaultValue()
           
Past4BooleanDefaultValue(Boolean argValue)
           
Past4BooleanDefaultValue(String argValue)
           
 
Method Summary
 String getStringValue()
          Gets the string representation of the value.
 void setValueFromString(String argValue)
           
 
Methods inherited from class org.tridas.io.defaults.values.BooleanDefaultValue
getValue, validateAndSetValue
 
Methods inherited from class org.tridas.io.defaults.AbstractDefaultValue
clone, getKey, getMaxLength, getMinLength, getParent, isOverriding, isPadRight, setKey, setMaxLength, setMinLength, setOverriding, setOverridingValue, setPadRight, setParent, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Past4BooleanDefaultValue

public Past4BooleanDefaultValue()

Past4BooleanDefaultValue

public Past4BooleanDefaultValue(Boolean argValue)

Past4BooleanDefaultValue

public Past4BooleanDefaultValue(String argValue)
Method Detail

setValueFromString

public void setValueFromString(String argValue)

getStringValue

public String getStringValue()
Description copied from class: AbstractDefaultValue
Gets the string representation of the value. If AbstractDefaultValue.setMinLength(int) is set, then the string will be padded. If AbstractDefaultValue.getValue() is null, an empty string is returned (if minLength is set, then it is padded as well).

Overrides:
getStringValue in class BooleanDefaultValue
Returns:


Copyright © 2011. All Rights Reserved.