org.kuali.student.core.assembly.data
Class Data.FloatValue

java.lang.Object
  extended by org.kuali.student.core.assembly.data.Data.FloatValue
All Implemented Interfaces:
Serializable, Data.Value
Enclosing class:
Data

public static class Data.FloatValue
extends Object
implements Data.Value

See Also:
Serialized Form

Field Summary
private  Float value
           
 
Constructor Summary
protected Data.FloatValue()
           
  Data.FloatValue(Float value)
           
 
Method Summary
<T> T
get()
           
 Class getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private Float value
Constructor Detail

Data.FloatValue

protected Data.FloatValue()

Data.FloatValue

public Data.FloatValue(Float value)
Method Detail

get

public <T> T get()
Specified by:
get in interface Data.Value

getType

public Class getType()
Specified by:
getType in interface Data.Value

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.