public class KeyInfo
extends java.lang.Object
Constructor and Description |
---|
KeyInfo(FieldType typ,
java.lang.reflect.Field field)
Create instance of KeyInfo.
|
Modifier and Type | Method and Description |
---|---|
static KeyInfo[] |
analyze(java.lang.Class<?> clz)
Analyze class.
|
java.lang.reflect.Field |
getField()
Get field
|
FieldType |
getTyp()
Get type.
|
public KeyInfo(FieldType typ, java.lang.reflect.Field field)
typ
- field type in native structfield
- field type in Java classpublic FieldType getTyp()
public java.lang.reflect.Field getField()
public static KeyInfo[] analyze(java.lang.Class<?> clz) throws IsamException
clz
- class to analyzeIsamException
- if problem with key