public class UsageName extends Object
| Constructor and Description |
|---|
UsageName() |
| Modifier and Type | Method and Description |
|---|---|
String |
localizedValue()
Get the localized name of the resource.
|
String |
value()
Get the name of the resource.
|
UsageName |
withLocalizedValue(String localizedValue)
Set the localized name of the resource.
|
UsageName |
withValue(String value)
Set the name of the resource.
|
public String value()
public UsageName withValue(String value)
value - the value value to setpublic String localizedValue()
Copyright © 2019. All rights reserved.