org.exolab.castor.xml.parsing.primitive.objects
Class PrimitiveFloat

java.lang.Object
  extended by org.exolab.castor.xml.parsing.primitive.objects.PrimitiveFloat

public class PrimitiveFloat
extends Object

This class is part of the command pattern implementation to instantiate an object. It is used as a command by the command invoker PrimitiveObject.

Author:
Philipp Erlacher

Constructor Summary
PrimitiveFloat()
           
 
Method Summary
 Object getObject(Class<?> type, String value)
          Object that matches given Class and Value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveFloat

public PrimitiveFloat()
Method Detail

getObject

public Object getObject(Class<?> type,
                        String value)
Object that matches given Class and Value

Parameters:
type - type of object which should be instantiated
value - value of the object which should be instantiated
Returns:
Object


Copyright © 2013. All Rights Reserved.