public interface IsAttributeKey extends IsKey_String
comparator| Modifier and Type | Method and Description |
|---|---|
static IsAttributeKey |
create()
Returns a new generic
IsAttributeKey object with a default preset attribute key (immutable). |
static IsAttributeKey |
create(Object key)
Returns a new generic
IsAttributeKey object with a preset attribute key and default description (immutable). |
static IsAttributeKey |
create(Object key,
String description)
Returns a new generic
IsAttributeKey object with a preset attribute key (immutable). |
_value, keygetDescriptionCAT_TO_VALUE, CAT_TO_VALUESTRING, GET_VALUE, GET_VALUESTRING, toLogstatic IsAttributeKey create(Object key, String description)
IsAttributeKey object with a preset attribute key (immutable).create in interface IsKey_Stringkey - the object's keydescription - a description for the new attribute keyIsAttributeKey object with a set keystatic IsAttributeKey create(Object key)
IsAttributeKey object with a preset attribute key and default description (immutable).create in interface IsKey_Stringkey - the object's keyIsAttributeKey object with a set keystatic IsAttributeKey create()
IsAttributeKey object with a default preset attribute key (immutable).create in interface IsKey_StringIsAttributeKey object with a default keyCopyright © 2010–2015. All rights reserved.