org.alfresco.mobile.android.api.model.PropertyType
This section describes the PropertyType enum.
The PropertyType enum represents the data types a property can be.
Class declaration
public enum PropertyType
| Inherits from | Implements |
|---|---|
| None | None |
Enumeration
| Name | Value |
|---|---|
| BOOLEAN | "Boolean" |
| DATETIME | "Datetime" |
| DECIMAL | "Decimal" |
| ID | "Id" |
| INTEGER | "Value" |
| STRING | "String" |