public static class EnumWithKey.Parser<A extends EnumWithKey> extends Object
EnumWithKey type.| Modifier and Type | Method and Description |
|---|---|
static <A extends EnumWithKey> |
forType(Class<A> enumClass) |
A[] |
getValues() |
com.atlassian.fugue.Option<A> |
valueForKey(String key) |
public A[] getValues()
public static <A extends EnumWithKey> EnumWithKey.Parser<A> forType(Class<A> enumClass)
Copyright © 2016 Atlassian. All rights reserved.