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.

See:
          Description

Class Summary
AttributeDescriptionModel 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.
ConstraintObject 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.
EnumeratedListConstraint The EnumeratedListConstraint implements the constraint defined by a list of allowed values.
FormatConstraint The FormatConstraint implements the constraint defined by a pattern that matches the allowed values.
RangeConstraint The RangeConstraint implements the constraint defined by a range min and a range max.
UserDefinedRecordModel This Java class represents a user defined record (UDR) that references a set of attribute descriptions.
 

Enum Summary
ConstraintObject.MetaChar This enumeration lists the meta characters: escape, multiple, single, slash.
 

Package com.highdeal.udr.hci Description

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.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)