Uses of Class
tilda.enums.SyncStatus
-
Packages that use SyncStatus Package Description tilda.enums -
-
Uses of SyncStatus in tilda.enums
Methods in tilda.enums that return SyncStatus Modifier and Type Method Description static SyncStatus
SyncStatus. get(java.time.ZonedDateTime Marker, OCCObject Obj)
static SyncStatus
SyncStatus. valueOf(java.lang.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.
-