Interface AlternateName
-
- All Known Implementing Classes:
BorderStyle
,FontWeight
public interface AlternateName
Interface for enums whose name() isn't actually the value that should be used.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlternateName()
static java.lang.String
name(java.lang.Enum<?> enumValue)
-