| Package | Description | 
|---|---|
| org.springframework.expression.spel.ast | SpEL's abstract syntax tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TypeCode | TypeCode. forClass(Class<?> clazz) | 
| static TypeCode | TypeCode. forName(String name) | 
| static TypeCode | TypeCode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TypeCode[] | TypeCode. values()Returns an array containing the constants of this enum type, in
the order they are declared. |