org.openharmonise.vfs.metadata.range |
Provides classes for metadata range handling within the virtual file
system layer.
|
Java Source File Name | Type | Comment |
AbstractRange.java | Class | AbstractRange is a base class for implementors of the
org.openharmonise.vfs.metadata.Range interface. |
BooleanRange.java | Class | This is the range for boolean type properties. |
CollectionRange.java | Class | This is the range for collection relationship type properties. |
DateRange.java | Class | This is the range for date type properties. |
DateTimeRange.java | Class | This is the range for date and time type properties. |
DomainRange.java | Class | This is the range for domain type properties. |
FloatRange.java | Class | This is the range for float type properties. |
IntegerRange.java | Class | This is the range for integer type properties. |
PropertyRange.java | Class | This is the range for compound type properties. |
RangeFactory.java | Class | The RangeFactory creates the correct range type from range XML. |
RangeRange.java | Class | This is the range for range type properties. |
ResourceRange.java | Class | This is the range for resource relationship type properties. |
StringRange.java | Class | This is the range for string type properties. |
URIRange.java | Class | This is the range for URI type properties. |
Value.java | Class | Represents a value in a vocabulary. |
ValueGroup.java | Class | Represents a value group in a vocabulary. |
ValueRange.java | Class | This is the range for vocabulary type properties. |