org.org.usurper.handlers.defaults
Class CharacterPropertyTypeHandler

java.lang.Object
  extended by org.org.usurper.handlers.basic.AbstractPropertyTypeHandler
      extended by org.org.usurper.handlers.defaults.CharacterPropertyTypeHandler
All Implemented Interfaces:
IHandler

public class CharacterPropertyTypeHandler
extends AbstractPropertyTypeHandler

This handler returns a random Character value.
It handles the Character type and the primitive character type.

Author:
pagregoire

Constructor Summary
CharacterPropertyTypeHandler()
          Instantiates a new character property type handler.
 
Method Summary
 java.lang.Object handle(HandledBeanProperty handledBeanProperty)
          Handle.
 java.lang.Object handle(HandledConstructorArg handledConstructorArg)
          Handle.
 
Methods inherited from class org.org.usurper.handlers.basic.AbstractPropertyTypeHandler
getHandledTypes, setHandledTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterPropertyTypeHandler

public CharacterPropertyTypeHandler()
Instantiates a new character property type handler.

Method Detail

handle

public java.lang.Object handle(HandledBeanProperty handledBeanProperty)
Handle.

Parameters:
handledBeanProperty - the handled bean property
Returns:
the object
See Also:
org.org.zepag.vogenerator.handlers.AbstractPropertyTypeHandler#handle()

handle

public java.lang.Object handle(HandledConstructorArg handledConstructorArg)
Handle.

Parameters:
handledConstructorArg - the handled constructor arg
Returns:
the object
See Also:
org.org.zepag.vogenerator.handlers.AbstractPropertyTypeHandler#handle()


Copyright © 2008. All Rights Reserved.