Uses of Enum Class
org.bedework.synch.wsmessages.SynchDirectionType
Packages that use SynchDirectionType
-
Uses of SynchDirectionType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchDirectionTypeModifier and TypeFieldDescriptionprotected SynchDirectionType
SubscribeRequestType.direction
protected SynchDirectionType
SubscriptionStatusResponseType.direction
Methods in org.bedework.synch.wsmessages that return SynchDirectionTypeModifier and TypeMethodDescriptionstatic SynchDirectionType
SubscribeRequestType.getDirection()
Gets the value of the direction property.SubscriptionStatusResponseType.getDirection()
Gets the value of the direction property.static SynchDirectionType
Returns the enum constant of this class with the specified name.static SynchDirectionType[]
SynchDirectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.synch.wsmessages with parameters of type SynchDirectionTypeModifier and TypeMethodDescriptionvoid
SubscribeRequestType.setDirection
(SynchDirectionType value) Sets the value of the direction property.void
SubscriptionStatusResponseType.setDirection
(SynchDirectionType value) Sets the value of the direction property.