Uses of Class
org.bedework.synch.wsmessages.SynchEndType
-
Packages that use SynchEndType Package Description org.bedework.synch.wsmessages -
-
Uses of SynchEndType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchEndType Modifier and Type Field Description protected SynchEndTypeActiveSubscriptionRequestType. endMethods in org.bedework.synch.wsmessages that return SynchEndType Modifier and Type Method Description static SynchEndTypeSynchEndType. fromValue(String v)SynchEndTypeActiveSubscriptionRequestType. getEnd()Gets the value of the end property.static SynchEndTypeSynchEndType. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchEndType[]SynchEndType. 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 SynchEndType Modifier and Type Method Description voidActiveSubscriptionRequestType. setEnd(SynchEndType value)Sets the value of the end property.
-