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 SynchMasterTypeSubscribeRequestType.masterprotected SynchMasterTypeSubscriptionStatusResponseType.masterMethods in org.bedework.synch.wsmessages that return SynchMasterTypeModifier and TypeMethodDescriptionstatic SynchMasterTypeSubscribeRequestType.getMaster()Gets the value of the master property.SubscriptionStatusResponseType.getMaster()Gets the value of the master property.static SynchMasterTypeReturns 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 TypeMethodDescriptionvoidSubscribeRequestType.setMaster(SynchMasterType value) Sets the value of the master property.voidSubscriptionStatusResponseType.setMaster(SynchMasterType value) Sets the value of the master property.