it.tidalwave.bluebill.mobile.android.observation.CountAndGenderPickerFactory Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.bluebill.mobile.android.observation;
import javax.annotation.Nonnull;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public final class CountAndGenderPickerFactory
{
private CountAndGenderPickerFactory()
{
}
@Nonnull
public static CountAndGenderPicker dontSpecifyCountAndGender()
{
return new SimpleCountAndGenderPicker();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy