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
 

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 © 2004–2014 The Kuali Foundation. All rights reserved.