Package com.storedobject.core.converter
Class MinutesValueConverter
java.lang.Object
com.storedobject.core.converter.ValueConverter<Integer>
com.storedobject.core.converter.MinutesValueConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic MinutesValueConverter
static MinutesValueConverter
static String
format
(int minutes, boolean allowDays) static MinutesValueConverter
get()
int
static int
Methods inherited from class com.storedobject.core.converter.ValueConverter
format, getEmptyValue
-
Method Details
-
get
-
create
-
create
-
getValueType
- Specified by:
getValueType
in classValueConverter<Integer>
-
convert
- Overrides:
convert
in classValueConverter<Integer>
-
format
- Overrides:
format
in classValueConverter<Integer>
-
format
-
getEmptyTextValue
- Overrides:
getEmptyTextValue
in classValueConverter<Integer>
-
parse
-
getAlignment
public int getAlignment()- Overrides:
getAlignment
in classValueConverter<Integer>
-