public interface IsKey_String extends CategoryIs, CategoryWithValue, HasDescription
comparator| Modifier and Type | Method and Description |
|---|---|
String |
_value()
Returns the value of an IS category.
|
static IsKey_String |
create()
Returns a new generic
IsKey_String object with a default preset key (immutable). |
static IsKey_String |
create(Object key)
Returns a new generic
IsKey_String object with a pre-set key and default description (immutable). |
static IsKey_String |
create(Object key,
String description)
Returns a new generic
IsKey_String object with a preset key (immutable). |
default String |
key()
Returns the key
|
getDescriptionCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogdefault String key()
String _value()
CategoryWithValue_value in interface CategoryWithValuestatic IsKey_String create(Object key, String description)
IsKey_String object with a preset key (immutable).key - the object's keydescription - a description for the new keyIsKey_String object with a set keystatic IsKey_String create(Object key)
IsKey_String object with a pre-set key and default description (immutable).key - the object's keyIsKey_String object with a set keystatic IsKey_String create()
IsKey_String object with a default preset key (immutable).IsKey_String object with a default keyCopyright © 2010–2015. All rights reserved.