Changes between Version 8 and Version 9 of FDORfc15
- Timestamp:
- 03/13/08 08:01:10 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc15
v8 v9 63 63 Suggestion 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. 64 64 65 Proposed class fits into `OSGeo::FDO::Schema` namespace, where `PropertyValueConstraint Dictionary` inherits `PropertyValueConstraint` just like `PropertyValueConstraintList` and `PropertyValueConstraintRange` do.65 Proposed class fits into `OSGeo::FDO::Schema` namespace, where `PropertyValueConstraintLookup` inherits `PropertyValueConstraint` just like `PropertyValueConstraintList` and `PropertyValueConstraintRange` do. 66 66 67 67 Functionality overview: