se.unlogic.standardutils.populators
Class BooleanPopulator

java.lang.Object
  extended by se.unlogic.standardutils.populators.BaseStringPopulator<Boolean>
      extended by se.unlogic.standardutils.populators.BooleanPopulator
All Implemented Interfaces:
BeanStringPopulator<Boolean>, StringFormatValidator

public class BooleanPopulator
extends BaseStringPopulator<Boolean>
implements BeanStringPopulator<Boolean>


Constructor Summary
BooleanPopulator()
           
 
Method Summary
 Class<? extends Boolean> getType()
           
 Boolean getValue(String value)
           
 boolean validateDefaultFormat(String value)
           
 
Methods inherited from class se.unlogic.standardutils.populators.BaseStringPopulator
getPopulatorID, validateFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface se.unlogic.standardutils.populators.BeanStringPopulator
getPopulatorID
 
Methods inherited from interface se.unlogic.standardutils.validation.StringFormatValidator
validateFormat
 

Constructor Detail

BooleanPopulator

public BooleanPopulator()
Method Detail

getValue

public Boolean getValue(String value)
Specified by:
getValue in interface BeanStringPopulator<Boolean>

validateDefaultFormat

public boolean validateDefaultFormat(String value)
Specified by:
validateDefaultFormat in class BaseStringPopulator<Boolean>

getType

public Class<? extends Boolean> getType()
Specified by:
getType in interface BeanStringPopulator<Boolean>


Copyright © 2011. All Rights Reserved.