|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleTypeKind | |
|---|---|
| org.chromattic.core.bean | |
| Uses of SimpleTypeKind in org.chromattic.core.bean |
|---|
| Methods in org.chromattic.core.bean that return SimpleTypeKind | |
|---|---|
SimpleTypeKind |
SimpleType.getKind()
|
static SimpleTypeKind |
SimpleTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimpleTypeKind[] |
SimpleTypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.chromattic.core.bean with parameters of type SimpleTypeKind | |
|---|---|
ObjectSimpleType(SimpleTypeKind kind,
Class<T> javaType)
|
|
PrimitiveSimpleType(SimpleTypeKind kind,
Class<T> javaType,
Class<?> listElementType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||