Field Types
The following table describes the expected object type for each field type:
| 
     EDF Field Type  | 
                
     Expected Object Type  | 
        
| 
     Address  | 
                
     com.onenetwork.platform.common.address.Address  | 
        
| 
     Date  | 
                
     java.util.Calendar  | 
        
| 
     Duration  | 
                
     com.onenetwork.platform.common.DurationValue  | 
        
| 
     ModelLink  | 
                
     com.onenetwork.platform.common.ModelLinkAttributeValue  | 
        
| 
     GenericModelLink and Composite field types like Distance  | 
                
     java.util.List i.e. list of values for each component  | 
        
| 
     Integer, Long, Float, Double, Boolean  | 
                
     corresponding wrapper class from java.lang package  | 
        
| 
     String, String Enumeration  | 
                
     java.lang.String  |