Uses of Class
de.pco.common.enums.SyncStatus
| Package | Description |
|---|---|
| de.pco.common | |
| de.pco.common.enums |
-
Uses of SyncStatus in de.pco.common
Fields in de.pco.common declared as SyncStatus Modifier and Type Field Description SyncStatusMetadataBean. syncStatus -
Uses of SyncStatus in de.pco.common.enums
Methods in de.pco.common.enums that return SyncStatus Modifier and Type Method Description static SyncStatusSyncStatus. valueOf(int value)Convertor from the int value to the value of the enumerator.static SyncStatusSyncStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncStatus[]SyncStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.