Class ExampleEnumHolder
- java.lang.Object
-
- org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.enums.ExampleEnumHolder
-
- All Implemented Interfaces:
Serializable
public class ExampleEnumHolder extends Object implements Serializable
Trivial transport object type for Enums with different representations.- Author:
- Lennart Jörelid, jGuru Europe AB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExampleEnumHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AmericanCoin>
getCoins()
SortedSet<FoodPreference>
getFoodPreferences()
-
-
-
Method Detail
-
getCoins
public List<AmericanCoin> getCoins()
-
getFoodPreferences
public SortedSet<FoodPreference> getFoodPreferences()
-
-