com.jeffpalm.util
Interface Formatter.Getter

All Known Implementing Classes:
Data.FormatterGetter, Formatter.ArrayGetter, Formatter.FieldGetter, Formatter.ListGetter, Formatter.MapGetter, Formatter.PropertiesGetter, Formatter.TableGetter
Enclosing class:
Formatter

public static interface Formatter.Getter


Field Summary
static Formatter.Getter ARRAY
           
static Formatter.Getter LIST
           
static Formatter.Getter TABLE
           
 
Method Summary
 java.lang.Object get(java.lang.Object owner, java.lang.String columnName, int index)
           
 

Field Detail

ARRAY

static final Formatter.Getter ARRAY

LIST

static final Formatter.Getter LIST

TABLE

static final Formatter.Getter TABLE
Method Detail

get

java.lang.Object get(java.lang.Object owner,
                     java.lang.String columnName,
                     int index)