org.kuali.rice.core.api.reflect
Class DataDefinition

java.lang.Object
  extended by org.kuali.rice.core.api.reflect.DataDefinition
All Implemented Interfaces:
Serializable

public class DataDefinition
extends Object
implements Serializable

Constructor param on an ObjectDefinition. Represents an object and it's type.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
DataDefinition(Object value)
           
DataDefinition(Object value, Class type)
           
 
Method Summary
 Class getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDefinition

public DataDefinition(Object value)

DataDefinition

public DataDefinition(Object value,
                      Class type)
Method Detail

getValue

public Object getValue()

getType

public Class getType()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.