public interface CategoryWithValue
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CategoryWithValue> |
comparator
Standard comparator, useful for SortedLists etc
|
| Modifier and Type | Method and Description |
|---|---|
Object |
_value()
Returns the value of an IS category.
|
static de.vandermeer.skb.base.Skb_Transformer<Object,Object> |
CAT_TO_VALUE()
Returns a transformer that takes an object and returns its value as an object if the object is of type
CategoryWithValue. |
static de.vandermeer.skb.base.Skb_Transformer<Object,String> |
CAT_TO_VALUESTRING()
Returns a transformer that takes an object and returns its value as a string if the object is of type
CategoryWithValue. |
static Object |
GET_VALUE(Object in)
Returns the value a given object as object using the
CAT_TO_VALUE() transformer. |
static String |
GET_VALUESTRING(Object in)
Returns the value a given object as string using the
CAT_TO_VALUESTRING() transformer. |
default String |
toLog(Class<?> clazz) |
static final Comparator<CategoryWithValue> comparator
Object _value()
static de.vandermeer.skb.base.Skb_Transformer<Object,Object> CAT_TO_VALUE()
CategoryWithValue.static Object GET_VALUE(Object in)
CAT_TO_VALUE() transformer.in - objectstatic de.vandermeer.skb.base.Skb_Transformer<Object,String> CAT_TO_VALUESTRING()
CategoryWithValue.static String GET_VALUESTRING(Object in)
CAT_TO_VALUESTRING() transformer.in - objectCopyright © 2010–2015. All rights reserved.