Skip navigation links
org.apache.myfaces.trinidad.util
Interface Enums.StringProducer<E extends Enum>
- Enclosing class:
- Enums
-
public static interface Enums.StringProducer<E extends Enum>
Single abstract method interface for converting Enum constant values to strings.
| Method Summary |
String |
toString(E enumValue)
Returns a string representation for an enum constant. |
toString
String toString(E enumValue)
- Returns a string representation for an enum constant.
-
- Parameters:
enumValue - the enum constant value to convert to a string
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.