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