public final class VariableId extends BaseId
Modifier and Type | Field and Description |
---|---|
static VariableId |
UNDEFINED
A type-safe and null-safe undefined variable id.
|
UNDEFINED_VALUE
Modifier and Type | Method and Description |
---|---|
static VariableId |
get(String value)
Returns a type-safe variable id for the specified value.
|
static VariableId |
nullSafeGet(String value)
Returns a type-safe variable id for the specified value or null if the given value is null.
|
VariableId |
withValue(String value)
Returns a new variable-id with the given value.
|
public static final VariableId UNDEFINED
public VariableId withValue(String value)
public static VariableId get(String value)
value
- the value that represents the variable idpublic static VariableId nullSafeGet(String value)
value
- the value that represents the variable id or nullCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.