org.openharmonise.vfs.metadata.value |
Provides classes for metadata value handling within the virtual file
system layer.
|
Java Source File Name | Type | Comment |
BooleanValue.java | Class | This is the value for vocabulary type properties. |
DateTimeValue.java | Class | This is the value for date and time type properties. |
DateValue.java | Class | This is the value for date type properties. |
DomainValue.java | Class | This is the value for domain type properties. |
FloatValue.java | Class | This is the value for float type properties. |
IntegerValue.java | Class | This is the value for integer type properties. |
PropertyValue.java | Class | This is the value for compund type properties. |
RangeValue.java | Class | This is the value for range type properties. |
ResourceValue.java | Class | This is the value for resource relationship type properties. |
StringValue.java | Class | This is the value for string type properties. |
URIValue.java | Class | This is the value for URI type properties. |
ValueValue.java | Class | This is the value for vocabulary type properties. |