de.enough.polish.android.pim.enough
Class Field

java.lang.Object
  extended by de.enough.polish.android.pim.enough.Field

public class Field
extends Object


Field Summary
protected  ArrayList<Integer> attributes
           
protected  de.enough.polish.android.pim.enough.FieldInfo fieldInfo
           
protected  ArrayList<Object> values
           
 
Constructor Summary
Field(de.enough.polish.android.pim.enough.FieldInfo fieldInfo)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fieldInfo

protected final de.enough.polish.android.pim.enough.FieldInfo fieldInfo

values

protected ArrayList<Object> values

attributes

protected ArrayList<Integer> attributes
Constructor Detail

Field

public Field(de.enough.polish.android.pim.enough.FieldInfo fieldInfo)
Method Detail

toString

public String toString()
Overrides:
toString in class Object