Uses of Interface
com.codestreet.messageforge.RFldConstraint

Uses of RFldConstraint in com.codestreet.messageforge
 

Subinterfaces of RFldConstraint in com.codestreet.messageforge
 interface RFldConstraintNumeric
          Class to represent a constraint on a numeric message field.
 

Classes in com.codestreet.messageforge that implement RFldConstraint
 class RFldConstraintDatetime
          Class to represent a constraint on a date message field.
 class RFldConstraintDatetimeEnum
          Class to represent an enumeration constraint on a date/time message field.
 class RFldConstraintDatetimeMinMax
          Class to represent a minumum/maximum date constraint on a datetime message field.
 class RFldConstraintF32
          Class to represent a constraint on a float numeric message field.
 class RFldConstraintF32Enum
          Class to represent an enumeration constraint on a float message field.
 class RFldConstraintF32MinMax
          Class to represent a minimum/maximum value constraint on a float numeric message field.
 class RFldConstraintF64
          Class to represent a constraint on a double numeric message field.
 class RFldConstraintF64Enum
          Class to represent an enumeration constraint on a double message field.
 class RFldConstraintF64MinMax
          Class to represent a minimum/maximum value constraint on a double numeric message field.
 class RFldConstraintI16
          Class to represent a constraint on a numeric short message field.
 class RFldConstraintI16Enum
          Class to represent an enumeration constraint on a short message field.
 class RFldConstraintI16MinMax
          Class to represent a minimum/maximum value constraint on a short numeric message field.
 class RFldConstraintI32
          Class to represent a constraint on a numeric int message field.
 class RFldConstraintI32Enum
          Class to represent an enumeration constraint on a int message field.
 class RFldConstraintI32MinMax
          Class to represent a minimum/maximum value constraint on a int numeric message field.
 class RFldConstraintI64
          Class to represent a constraint on a numeric long message field.
 class RFldConstraintI64Enum
          Class to represent an enumeration constraint on a long message field.
 class RFldConstraintI64MinMax
          Class to represent a minimum/maximum value constraint on a long numeric message field.
 class RFldConstraintI8
          Class to represent a constraint on a numeric byte message field.
 class RFldConstraintI8Enum
          Class to represent an enumeration constraint on a byte message field.
 class RFldConstraintI8MinMax
          Class to represent a minimum/maximum value constraint on a byte numeric message field.
 class RFldConstraintString
          Class to represent a constraint on a String message field.
 class RFldConstraintStringEnum
          Class to represent an enumeration constraint on a String message field.
 class RFldConstraintStringLength
          Class to represent a minumum/maximum length constraint on a String message field.
 

Methods in com.codestreet.messageforge that return RFldConstraint
protected  RFldConstraint RFld.getConstraint(int index)
          Get a specified constraint.
 

Methods in com.codestreet.messageforge with parameters of type RFldConstraint
 void RFld.addConstraint(RFldConstraint cons)
          Add a constraint.
 



Copyright © 2003-2006 CodeStreet. All Rights Reserved.