Class | Description |
---|---|
AttributeRestricted |
Class to represent an attribute that is restricted by a domain
|
CodedValueDomain |
Applicable to numbers(Integer, Float, Double), date(Date) and text(String)
|
Domain |
Abstract class to represent a domain
|
RangeDomain |
Applicable to numbers(Integer, Float, Double) and date (Date)
|
Exception | Description |
---|---|
InvalidCodedValueDomainException |
Exception class to control the valid attribute values
|
OutOfDomainRangeException |
Exception class to control the range of the attribute values
|