@Immutable
public class ThriftEnumMetadata<T extends Enum<T>>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
com.google.common.collect.ImmutableList<String>
Map<T,com.google.common.collect.ImmutableList<String>>
int
-
-
Method Details
-
-
getEnumClass
public Class<T> getEnumClass()
-
-
-
-
getDocumentation
public com.google.common.collect.ImmutableList<String> getDocumentation()
-
getElementsDocumentation
public Map<T,com.google.common.collect.ImmutableList<String>> getElementsDocumentation()
-
-
-