Uses of Class
org.springframework.roo.classpath.operations.EnumType

Packages that use EnumType
org.springframework.roo.classpath.operations   
org.springframework.roo.classpath.operations.jsr303   
 

Uses of EnumType in org.springframework.roo.classpath.operations
 

Fields in org.springframework.roo.classpath.operations declared as EnumType
static EnumType EnumType.ORDINAL
           
static EnumType EnumType.STRING
           
 

Methods in org.springframework.roo.classpath.operations with parameters of type EnumType
 void FieldCommands.addFieldEnum(org.springframework.roo.model.JavaSymbolName fieldName, org.springframework.roo.model.JavaType fieldType, org.springframework.roo.model.JavaType typeName, Boolean notNull, Boolean nullRequired, EnumType enumType, String comment, boolean transientModifier, boolean permitReservedWords)
           
 int EnumType.compareTo(EnumType o)
           
 

Uses of EnumType in org.springframework.roo.classpath.operations.jsr303
 

Methods in org.springframework.roo.classpath.operations.jsr303 that return EnumType
 EnumType EnumField.getEnumType()
           
 

Methods in org.springframework.roo.classpath.operations.jsr303 with parameters of type EnumType
 void EnumField.setEnumType(EnumType enumType)
           
 



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