org.kuali.student.r2.common.datadictionary.infc
Interface AttributeSecurityInfc

All Superinterfaces:
BaseConstraintInfc, Constraint, Serializable

public interface AttributeSecurityInfc
extends BaseConstraintInfc

Constraint that applied a regular expression to check if the characters are valid.

Author:
nwright

Method Summary
 String getJsValue()
          The JavaScript value of the attribute.
 String getValue()
          The value of the attribute.
 
Methods inherited from interface org.kuali.student.r2.common.datadictionary.infc.BaseConstraintInfc
getIsApplyClientSide, getLabelKey
 

Method Detail

getValue

String getValue()
The value of the attribute.


getJsValue

String getJsValue()
The JavaScript value of the attribute.



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