Uses of Class
org.bedework.synch.wsmessages.SynchDirectionType
-
Packages that use SynchDirectionType Package Description org.bedework.synch.wsmessages -
-
Uses of SynchDirectionType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchDirectionType Modifier and Type Field Description protected SynchDirectionTypeSubscribeRequestType. directionprotected SynchDirectionTypeSubscriptionStatusResponseType. directionMethods in org.bedework.synch.wsmessages that return SynchDirectionType Modifier and Type Method Description static SynchDirectionTypeSynchDirectionType. fromValue(String v)SynchDirectionTypeSubscribeRequestType. getDirection()Gets the value of the direction property.SynchDirectionTypeSubscriptionStatusResponseType. getDirection()Gets the value of the direction property.static SynchDirectionTypeSynchDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchDirectionType[]SynchDirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bedework.synch.wsmessages with parameters of type SynchDirectionType Modifier and Type Method Description voidSubscribeRequestType. setDirection(SynchDirectionType value)Sets the value of the direction property.voidSubscriptionStatusResponseType. setDirection(SynchDirectionType value)Sets the value of the direction property.
-