Bounding (enum)

Whether the set of instances of a domain object is bounded or not.

API

Bounding.java
enum Bounding {
  BOUNDED
  UNBOUNDED
  NOT_SPECIFIED
}