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