org.tridas.io.defaults.values
Class Past4BooleanDefaultValue
java.lang.Object
org.tridas.io.defaults.AbstractDefaultValue<Boolean>
org.tridas.io.defaults.values.BooleanDefaultValue
org.tridas.io.defaults.values.Past4BooleanDefaultValue
- All Implemented Interfaces:
- Cloneable
public class Past4BooleanDefaultValue
- extends BooleanDefaultValue
Methods inherited from class org.tridas.io.defaults.AbstractDefaultValue |
clone, getKey, getMaxLength, getMinLength, getParent, isOverriding, isPadRight, setKey, setMaxLength, setMinLength, setOverriding, setOverridingValue, setPadRight, setParent, setValue |
Past4BooleanDefaultValue
public Past4BooleanDefaultValue()
Past4BooleanDefaultValue
public Past4BooleanDefaultValue(Boolean argValue)
Past4BooleanDefaultValue
public Past4BooleanDefaultValue(String argValue)
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.