Class: UU::OS::Property::PropertyType
- Inherits:
-
Object
- Object
- UU::OS::Property::PropertyType
- Defined in:
- uu_os-0.29.16/lib/uu/os/property/property_type.rb
Constant Summary
- NUMBER =
Real number.
'NUMBER'
- DATE =
Date (with the day precision, time information is ignored).
'DATE'
- SHORT_TEXT =
Short text (limited to 250 characters).
'SHORT_TEXT'
- TEXT =
Text (limited to 4000 characters).
'TEXT'
- REFERENCE =
Reference to an artifact or an aggregated object in UU. Only in the same territory.
'REFERENCE'
- INTERTERRITORIAL_REFERENCE =
Reference to an artifact or an aggregated object in UU. Territory is not important.
'INTERTERRITORIAL_REFERENCE'
- URL =
URL (The value is represented by String).
'URL'
- BINARY =
Arbitrary binary data (The value is represented by BinaryValue).
'BINARY'
- IMAGE =
Contains image binary data and meta data (The value is represented by BinaryValue).
'IMAGE'
- UNKNOWN =
Unknown type. The value is not available.
'UNKNOWN'