Uses of Class
org.kuali.student.contract.model.OrchestrationObjectField

Packages that use OrchestrationObjectField
org.kuali.student.contract.model   
 

Uses of OrchestrationObjectField in org.kuali.student.contract.model
 

Fields in org.kuali.student.contract.model declared as OrchestrationObjectField
private  OrchestrationObjectField OrchestrationObject.inlineField
           
 

Fields in org.kuali.student.contract.model with type parameters of type OrchestrationObjectField
private  List<OrchestrationObjectField> OrchestrationObject.fields
           
 

Methods in org.kuali.student.contract.model that return OrchestrationObjectField
 OrchestrationObjectField OrchestrationObject.getInlineField()
           
 

Methods in org.kuali.student.contract.model that return types with arguments of type OrchestrationObjectField
 List<OrchestrationObjectField> OrchestrationObject.getFields()
           
 

Methods in org.kuali.student.contract.model with parameters of type OrchestrationObjectField
 void OrchestrationObject.setInlineField(OrchestrationObjectField inlineField)
           
 

Method parameters in org.kuali.student.contract.model with type arguments of type OrchestrationObjectField
 void OrchestrationObject.setFields(List<OrchestrationObjectField> fields)
           
 



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