Package com.highdeal.udr.hci


package com.highdeal.udr.hci
This Java package defines the AttributeDescriptionModel Java class that represents the description of an attribute as seen by your client application; You use attribute descriptions when implementing some search filters in your search operations.

  • Class
    Description
    This Java class represents the description of an attribute as seen by your client application and can represent a basic search criterion; An attribute description has a type (boolean, number, string, date) and can have a default value, a storage format, and a constraint.
    This Java class represents the constraint as used by an entity to be constrained; A constraint can be an enumerated list, a range, or a format.
    This enumeration lists the meta characters: escape, multiple, single, slash.
    The EnumeratedListConstraint implements the constraint defined by a list of allowed values.
    The FormatConstraint implements the constraint defined by a pattern that matches the allowed values.
    The RangeConstraint implements the constraint defined by a range min and a range max.
    This Java class represents a user defined record (UDR) that references a set of attribute descriptions.