saffron.rel
Interface TypeFactory.FieldInfo

Enclosing interface:
TypeFactory

public static interface TypeFactory.FieldInfo

Callback which provides enough information to create fields.


Method Summary
 int getFieldCount()
           
 String getFieldName(int index)
           
 Type getFieldType(int index)
           
 

Method Detail

getFieldCount

public int getFieldCount()

getFieldName

public String getFieldName(int index)

getFieldType

public Type getFieldType(int index)

SourceForge.net_Logo