Uses of Interface
org.kuali.student.r2.common.datadictionary.infc.ValidCharactersConstraintInfc

Packages that use ValidCharactersConstraintInfc
org.kuali.student.r2.common.datadictionary   
org.kuali.student.r2.common.datadictionary.dto   
org.kuali.student.r2.common.datadictionary.infc   
 

Uses of ValidCharactersConstraintInfc in org.kuali.student.r2.common.datadictionary
 

Methods in org.kuali.student.r2.common.datadictionary with parameters of type ValidCharactersConstraintInfc
 ValidCharactersConstraint Student2RiceValidCharactersConstraintConverter.convert(ValidCharactersConstraintInfc student)
           
 

Uses of ValidCharactersConstraintInfc in org.kuali.student.r2.common.datadictionary.dto
 

Classes in org.kuali.student.r2.common.datadictionary.dto that implement ValidCharactersConstraintInfc
 class ValidCharactersConstraintInfo
           
static class ValidCharactersConstraintInfo.Builder
           
 

Methods in org.kuali.student.r2.common.datadictionary.dto that return ValidCharactersConstraintInfc
 ValidCharactersConstraintInfc AttributeDefinitionInfo.Builder.getValidCharactersConstraint()
           
 

Methods in org.kuali.student.r2.common.datadictionary.dto with parameters of type ValidCharactersConstraintInfc
 AttributeDefinitionInfo.Builder AttributeDefinitionInfo.Builder.setValidCharactersConstraint(ValidCharactersConstraintInfc validCharactersConstraint)
           
 

Constructors in org.kuali.student.r2.common.datadictionary.dto with parameters of type ValidCharactersConstraintInfc
ValidCharactersConstraintInfo.Builder(ValidCharactersConstraintInfc vcc)
           
ValidCharactersConstraintInfo(ValidCharactersConstraintInfc vcc)
          Constructs a new ValidCharactersConstraintInfo from a ValidCharactersConstraintInfc.
 

Uses of ValidCharactersConstraintInfc in org.kuali.student.r2.common.datadictionary.infc
 

Methods in org.kuali.student.r2.common.datadictionary.infc that return ValidCharactersConstraintInfc
 ValidCharactersConstraintInfc AttributeDefinitionInfc.getValidCharactersConstraint()
          The constraint that applies regular expressions to to the value TODO: Ask RICE to create an interface for ValidCharactersConstraint so we can return that instead of the generic constraint
 



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