public interface ResourceEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLongDisplayValue()
Returns a long string for display value.
|
java.lang.String |
getResourceValue()
Returns the resource string.
|
java.lang.String |
getShortDisplayValue()
Returns a short string for display value.
|
boolean |
isFakeValue()
Whether the value is neither used for device nor resources.
|
boolean |
isValidValueForDevice()
Whether the value actually used on device.
|
java.lang.String getResourceValue()
boolean isValidValueForDevice()
boolean isFakeValue()
java.lang.String getShortDisplayValue()
For instance "exposed", which can be the value for the keyboard state or the navigation state, would be valid since something else in the UI is expected to show if this is about the keyboard or the navigation state.
getLongDisplayValue()
java.lang.String getLongDisplayValue()
For instance "Exposed keyboard", and "Export navigation", as "exposed" would not be enough to know what qualifier the value is about.
getShortDisplayValue()