Uses of Enum Class
org.bedework.synch.wsmessages.SynchMasterType
Packages that use SynchMasterType
-
Uses of SynchMasterType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchMasterTypeModifier and TypeFieldDescriptionprotected SynchMasterType
SubscribeRequestType.master
protected SynchMasterType
SubscriptionStatusResponseType.master
Methods in org.bedework.synch.wsmessages that return SynchMasterTypeModifier and TypeMethodDescriptionstatic SynchMasterType
SubscribeRequestType.getMaster()
Gets the value of the master property.SubscriptionStatusResponseType.getMaster()
Gets the value of the master property.static SynchMasterType
Returns the enum constant of this class with the specified name.static SynchMasterType[]
SynchMasterType.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 SynchMasterTypeModifier and TypeMethodDescriptionvoid
SubscribeRequestType.setMaster
(SynchMasterType value) Sets the value of the master property.void
SubscriptionStatusResponseType.setMaster
(SynchMasterType value) Sets the value of the master property.