public interface DataLabelId extends PropertyKey
DataLabelsPlugin.ID plugin.| Modifier and Type | Method and Description |
|---|---|
static void |
checkIfValid(DataLabelId id)
Checks if id passed as argument is not
null and its value is not null as well and could be a valid label configuration object id.If not, throw a IllegalArgumentException. |
static DataLabelId |
create(String id)
Returns a key instance by its string value.
|
static boolean |
isValid(DataLabelId id)
Returns
true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object
id. |
checkIfValid, checkIfValid, isValid, isValidcheckAndGetIfValid, checkIfValid, compare, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid, valuestatic DataLabelId create(String id)
static boolean isValid(DataLabelId id)
true if id passed as argument is not null and its value is not null as well and could be a valid label configuration object
id.id - label configuration object id to be checkedtrue if id passed as argument is not null and its value is not null as well and could be a valid label configuration object
id.static void checkIfValid(DataLabelId id)
null and its value is not null as well and could be a valid label configuration object id.IllegalArgumentException.id - label configuration object id to be checked