public final class UiTopoLayoutId extends Identifier<java.lang.String>
| Modifier and Type | Field and Description |
|---|---|
static UiTopoLayoutId |
DEFAULT_ID
Default topology layout identifier.
|
identifier| Modifier and Type | Method and Description |
|---|---|
boolean |
isDefault()
Returns true if this is the identifier for the default layout.
|
static UiTopoLayoutId |
layoutId(java.lang.String value)
Returns the layout identifier created from the specified value.
|
equals, hashCode, id, toStringpublic static final UiTopoLayoutId DEFAULT_ID
public static UiTopoLayoutId layoutId(java.lang.String value)
value - string valuepublic boolean isDefault()