Uses of Interface
com.codestreet.messageforge.RFldConstraintNumeric

Uses of RFldConstraintNumeric in com.codestreet.messageforge
 

Classes in com.codestreet.messageforge that implement RFldConstraintNumeric
 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.
 

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



Copyright © 2003-2006 CodeStreet. All Rights Reserved.