org.kuali.rice.kew.api.rule
Interface RuleTemplateOptionContract

All Superinterfaces:
Identifiable, Versioned
All Known Implementing Classes:
RuleTemplateOption, RuleTemplateOption.Builder, RuleTemplateOptionBo

public interface RuleTemplateOptionContract
extends Identifiable, Versioned


Method Summary
 String getCode()
           
 String getRuleTemplateId()
           
 String getValue()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 

Method Detail

getRuleTemplateId

String getRuleTemplateId()

getCode

String getCode()

getValue

String getValue()


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