org.plovr.docgen
Class EnumDescriptor

java.lang.Object
  extended by org.plovr.docgen.EnumDescriptor
All Implemented Interfaces:
Descriptor

public class EnumDescriptor
extends Object
implements Descriptor


Nested Class Summary
static class EnumDescriptor.Builder
           
 
Method Summary
static EnumDescriptor.Builder builder()
           
 String getDescription()
           
 String getName()
           
 SoyMapData toSoyData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface Descriptor

getDescription

public String getDescription()
Specified by:
getDescription in interface Descriptor

toSoyData

public SoyMapData toSoyData()
Specified by:
toSoyData in interface Descriptor

builder

public static EnumDescriptor.Builder builder()