public interface IsPropertyKey extends IsKey_String, OfGroup
comparator| Modifier and Type | Method and Description |
|---|---|
static IsPropertyKey |
create()
Returns a new generic
IsPropertyKey object with a default preset property key (immutable). |
static IsPropertyKey |
create(Object key)
Returns a new generic
IsPropertyKey object with set key and a default description (immutable). |
static IsPropertyKey |
create(Object key,
String description)
Returns a new generic
IsPropertyKey object with a preset property key (immutable). |
_value, keygetDescriptionCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogGET_KEYS_FOR_GROUP, GET_KEYS_FOR_GROUP, getGroups, IN_GROUPstatic IsPropertyKey create(Object key, String description)
IsPropertyKey object with a preset property key (immutable).create in interface IsKey_Stringkey - the object's keydescription - a description for the new property keyIsPropertyKey object with a set keystatic IsPropertyKey create(Object key)
IsPropertyKey object with set key and a default description (immutable).create in interface IsKey_Stringkey - the object's keyIsPropertyKey object with a default descriptionstatic IsPropertyKey create()
IsPropertyKey object with a default preset property key (immutable).create in interface IsKey_StringIsPropertyKey object with a default keyCopyright © 2010–2015. All rights reserved.