org.kuali.student.common.assembly.data
Interface Data.Value

All Superinterfaces:
Serializable
All Known Implementing Classes:
Data.BooleanValue, Data.DataValue, Data.DateValue, Data.DoubleValue, Data.FloatValue, Data.IntegerValue, Data.LongValue, Data.ShortValue, Data.StringValue, Data.TimestampValue, Data.TimeValue
Enclosing class:
Data

public static interface Data.Value
extends Serializable

Kuali Student data value interface for use in Data

Author:
Kuali Student Team

Method Summary
<T> T
get()
           
 Class getType()
           
 

Method Detail

get

<T> T get()

getType

Class getType()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.