public interface DialogFeature
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
This method is for internal use only.
|
int |
getMinVersion()
This method is for internal use only.
|
java.lang.String |
name()
This method is for internal use only.
|
java.lang.String getAction()
int getMinVersion()
java.lang.String name()
For all Enums that implement this interface, the name() method is already present. It returns the String representation of the Enum value, verbatim.