adavid.reflect
Class SortableField

java.lang.Object
  |
  +--adavid.util.SortableAdapter
        |
        +--adavid.util.SortableObject
              |
              +--adavid.util.ObjectString
                    |
                    +--adavid.reflect.SortableField

public class SortableField
extends ObjectString

SortableField to sort fields: by type and name same principle as ObjectString, may return the Field as well (by a cast)


Constructor Summary
SortableField(java.lang.reflect.Field field)
          constructors
 
Method Summary
 java.lang.reflect.Field getField()
          returns the typed object cast error if setObject used with a bad object
 
Methods inherited from class adavid.util.ObjectString
getObjectString, setObjectString
 
Methods inherited from class adavid.util.SortableObject
setString, toSortableObjects, toString
 
Methods inherited from class adavid.util.SortableAdapter
equals, getObject, isGreaterThan, isLessThan, setObject, toSortableAdapters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortableField

public SortableField(java.lang.reflect.Field field)
constructors
Method Detail

getField

public java.lang.reflect.Field getField()
returns the typed object cast error if setObject used with a bad object