Uses of Interface
com.cafesoft.core.field.FieldInfo

Packages that use FieldInfo
com.cafesoft.cams.access Cams access control service support. 
com.cafesoft.core.field Contains generic field definition, pattern, and validation classes. 
 

Uses of FieldInfo in com.cafesoft.cams.access
 

Methods in com.cafesoft.cams.access that return FieldInfo
 FieldInfo[] ResourcePattern.getFieldInfo()
          Get information about ResourcePattern fields.
 FieldInfo[] AbstractResourcePattern.getFieldInfo()
          Get information about ResourcePattern fields.
 FieldInfo[] ResourcePatternInfo.getFieldInfo()
          Get information about ResourcePattern fields.
 FieldInfo ResourcePattern.getFieldInfo(String fieldName)
          Get information about a specific ResourcePattern field.
 FieldInfo AbstractResourcePattern.getFieldInfo(String fieldName)
          Get information about a specific ResourcePattern field.
 FieldInfo ResourcePatternInfo.getFieldInfo(String fieldName)
          Get information about a specific ResourcePattern field.
 

Uses of FieldInfo in com.cafesoft.core.field
 

Classes in com.cafesoft.core.field that implement FieldInfo
 class AbstractFieldInfo
          Abstract implementation of the FieldInfo interface.
 class IntegerFieldInfo
          Integer implementation of the FieldInfo object.
 class StringFieldInfo
          String implementation of the FieldInfo object.
 

Fields in com.cafesoft.core.field declared as FieldInfo
protected  FieldInfo DefaultFieldValidationRule.fieldInfo
          Field level metadata object.
 

Methods in com.cafesoft.core.field that return FieldInfo
 FieldInfo PropertiesFieldInfoFactory.createInstance(Properties properties, String propertyPrefix, String fieldInfoName)
          Create a new FieldInfo instance.
 FieldInfo InvalidFieldValueException.getFieldInfo()
          Get the FieldInfo.
 

Constructors in com.cafesoft.core.field with parameters of type FieldInfo
DefaultFieldValidationRule(FieldInfo fieldInfo)
          Create a new DefaultFieldValidationRule.
IntegerValidationRule(FieldInfo fieldInfo)
          Create a new IntegerValidationRule.
InvalidFieldValueException(FieldInfo fieldInfo)
          Create a new InvalidFieldValueException.
InvalidFieldValueException(FieldInfo fieldInfo, String message)
          Create a new InvalidFieldValueException.
InvalidFieldValueException(FieldInfo fieldInfo, String message, Throwable cause)
          Create a new InvalidFieldValueException.
StringValidationRule(FieldInfo fieldInfo)
          Create a new StringValidationRule
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.