Aspect property data types
All aspect properties have one of the data types listed in this topic.
The aspect property data type is one of the following:
| Type | Description |
|---|---|
| Boolean | a flag set to true or false |
| Float | a floating point integer |
| Integer | an integer |
| Set<String> | a set of strings (always case-sensitive), possibly an empty set |
| String | a string (always case-sensitive), possibly empty |
| Version | a version number, which you can compare to another value of the same type to determine which is newer |
| Path | all properties (for one, several or all aspects) that evaluate to a value of "true", separated by colons (':'). If need be, the name of the aspect is included with the property in order to avoid ambiguity. |