org.springframework.roo.model
Class EnumDetails

java.lang.Object
  extended by org.springframework.roo.model.EnumDetails

public class EnumDetails
extends Object

Immutable representation of an enumeration.

Since:
1.0
Author:
Ben Alex

Constructor Summary
EnumDetails(JavaType type, JavaSymbolName field)
           
 
Method Summary
 JavaSymbolName getField()
           
 JavaType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnumDetails

public EnumDetails(JavaType type,
                   JavaSymbolName field)
Method Detail

getType

public JavaType getType()

getField

public JavaSymbolName getField()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.