static enum PropertyInfo.TypeKind extends java.lang.Enum<PropertyInfo.TypeKind>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static PropertyInfo.TypeKind |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static PropertyInfo.TypeKind[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final PropertyInfo.TypeKind SIMPLE
public static final PropertyInfo.TypeKind BEAN
public static final PropertyInfo.TypeKind ENTITY
public static final PropertyInfo.TypeKind ARRAY
public static final PropertyInfo.TypeKind LIST
public static final PropertyInfo.TypeKind MAP
public static PropertyInfo.TypeKind[] values()
for(PropertyInfo.TypeKind c: PropertyInfo.TypeKind.values()) System.out.println(c);
public static PropertyInfo.TypeKind valueOf(java.lang.String name)
name - 返される列挙型定数の名前。java.lang.IllegalArgumentException - この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException - 引数がnullの場合