public interface IsValue<V> extends CategoryIs, CategoryWithValue, HasDescription
comparator| Modifier and Type | Method and Description |
|---|---|
V |
_value()
Returns the value of an IS category.
|
static <V> IsValue<V> |
create() |
static <V> IsValue<V> |
create(V value) |
static <V> IsValue<V> |
create(V value,
String description) |
default V |
value()
Returns the value of something.
|
getDescriptionCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogdefault V value()
V _value()
CategoryWithValue_value in interface CategoryWithValuestatic <V> IsValue<V> create(V value)
static <V> IsValue<V> create()
Copyright © 2010–2015. All rights reserved.