org.openharmonise.rm.resources.metadata.properties.ranges |
Provides classes and interfaces to manage Property Ranges.
|
Java Source File Name | Type | Comment |
AbsoluteChildObjectRange.java | Class | Class which represents a Property range which is
restricted to AbstractChildObject values defined by an
absolute path. |
AbstractRange.java | Class | Base abstract implementation of the Range interface
for Property ranges. |
BooleanRange.java | Class | Class which represents a Property range which is
restricted to Boolean values. |
ChildObjectRange.java | Interface | An interface implementated by ranges whose values extend
AbstractChildObject . |
DateRange.java | Class | Class which represents a Property range which is
restricted to Date values. |
FloatRange.java | Class | Class which represents a Property range which is
restricted to Float values. |
IntegerRange.java | Class | Class which represents a Property range which is
restricted to integer values. |
InvalidRangeObjectException.java | Class | Exception to be thrown by RangeFactory if an invalid range object
is passed in. |
InvalidRangeRestrictionException.java | Class | Exception to indicate an invalid range restriction. |
NumberRange.java | Class | Abstract class which represents a Property range which is
restricted to Number values. |
ProfileRange.java | Class | Class which represents a Property range which is
restricted to Profile values. |
Range.java | Interface | This interface is implemented by objects which represent the
restrictions imposed on values of a Property object. |
RangeFactory.java | Class | Class which generates the appropriate Range implementation
for a given object description. |
RelativeChildObjectRange.java | Class | Class which represents a Property range which is
restricted to AbstractChildObject values defined by
a relative path. |
StringRange.java | Class | Class which represents a Property range which is
restricted to String values. |
URIRange.java | Class | Class which represents a Property range which is
restricted to URL values. |