public class NBootHomeLocation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOsFamily()
OS family
|
String |
getStoreLocation()
Store Location
|
int |
hashCode() |
String |
id()
Returns the id of this pseudo enum constant as a concatenation ('-' separated) of OsFamily and StoreLocation ids.
|
String |
name()
Returns the name of this pseudo enum constant as a concatenation ('_' separated) of OsFamily and StoreLocation.
|
static NBootHomeLocation |
of(String osFamily,
String storeLocation) |
static NBootHomeLocation |
parse(String value) |
String |
toString() |
public static NBootHomeLocation of(String osFamily, String storeLocation)
public static NBootHomeLocation parse(String value)
public String getOsFamily()
public String getStoreLocation()
public String name()
public String id()
Copyright © 2025 vpc open source initiative. All rights reserved.