Interface AlternateName
- 
- All Known Implementing Classes:
 BorderStyle,FontWeight
public interface AlternateNameInterface 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.StringgetAlternateName()static java.lang.Stringname(java.lang.Enum<?> enumValue) 
 -