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.
-
ClassDescriptionThis
Java classrepresents 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 aconstraint.ThisJava classrepresents the constraint as used by an entity to be constrained; A constraint can be anenumerated list, arange, or aformat.Thisenumerationlists the meta characters: escape, multiple, single, slash.TheEnumeratedListConstraintimplements the constraint defined by a list of allowed values.TheFormatConstraintimplements the constraint defined by a pattern that matches the allowed values.TheRangeConstraintimplements the constraint defined by a range min and a range max.ThisJava classrepresents a user defined record (UDR) that references a set ofattribute descriptions.