Class PrimitiveFloat
- java.lang.Object
-
- org.exolab.castor.xml.parsing.primitive.objects.PrimitiveObject
-
- org.exolab.castor.xml.parsing.primitive.objects.PrimitiveFloat
-
public class PrimitiveFloat extends PrimitiveObject
This class is part of the command pattern implementation to instantiate an object. It is used as a command by the command invokerPrimitiveObject
.- Author:
- Philipp Erlacher
-
-
Field Summary
-
Fields inherited from class org.exolab.castor.xml.parsing.primitive.objects.PrimitiveObject
object, type, value
-
-
Constructor Summary
Constructors Constructor Description PrimitiveFloat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
Object that matches given Class and Value-
Methods inherited from class org.exolab.castor.xml.parsing.primitive.objects.PrimitiveObject
setType, setValue
-
-
-
-
Method Detail
-
getObject
public java.lang.Object getObject()
Description copied from class:PrimitiveObject
Object that matches given Class and Value- Overrides:
getObject
in classPrimitiveObject
- Returns:
- Object
-
-