net.sf.fikin.pojostate.select
Class NEFormatterSelector.NEFMethodMeta

java.lang.Object
  extended by net.sf.fikin.pojostate.select.AbstractMethodMeta
      extended by net.sf.fikin.pojostate.select.DefaultMethodMeta
          extended by net.sf.fikin.pojostate.select.NEFormatterSelector.NEFMethodMeta
All Implemented Interfaces:
MethodMeta
Enclosing class:
NEFormatterSelector

public class NEFormatterSelector.NEFMethodMeta
extends DefaultMethodMeta

Overwrites default DefaultMethodMeta.getFormat() with custom based formatters based on Method-name suffixes table.


Constructor Summary
NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method)
          instantiate new metadata with method only
NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method, java.text.Format format)
          instantiate new metadata with method and formatter
 
Method Summary
 
Methods inherited from class net.sf.fikin.pojostate.select.DefaultMethodMeta
getAllowNullDesc, getDescription, getFormat, getName, getRemoveHeadingGet, setAllowNullDesc, setRemoveHeadingGet
 
Methods inherited from class net.sf.fikin.pojostate.select.AbstractMethodMeta
getMethod, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NEFormatterSelector.NEFMethodMeta

public NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method)
                                  throws DecorationException
instantiate new metadata with method only

Parameters:
method -
Throws:
DecorationException

NEFormatterSelector.NEFMethodMeta

public NEFormatterSelector.NEFMethodMeta(java.lang.reflect.Method method,
                                         java.text.Format format)
                                  throws DecorationException
instantiate new metadata with method and formatter

Parameters:
method -
format -
Throws:
DecorationException


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.