Changes between Version 8 and Version 9 of FDORfc15


Ignore:
Timestamp:
Mar 13, 2008, 8:01:10 AM (16 years ago)
Author:
MaksimS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc15

    v8 v9  
    6363Suggestion is to create new class named `PropertyValueConstraintLookup` (or `PropertyValueConstraintPickList`, as Barbara proposed) - a Constraint with it's definition based on data persisted in another class. Such Constraint would only reference another lookup class' contents - it's internal Dictionary would act as a proxy, meaning that no actual data would get associated with such Constraint.
    6464
    65 Proposed class fits into `OSGeo::FDO::Schema` namespace, where `PropertyValueConstraintDictionary` inherits `PropertyValueConstraint` just like `PropertyValueConstraintList` and `PropertyValueConstraintRange` do.
     65Proposed class fits into `OSGeo::FDO::Schema` namespace, where `PropertyValueConstraintLookup` inherits `PropertyValueConstraint` just like `PropertyValueConstraintList` and `PropertyValueConstraintRange` do.
    6666
    6767Functionality overview: