Uses of Enum Class
com.ecec.rweber.multispeak.MultiSpeakVersion
-
Uses of MultiSpeakVersion in com.ecec.rweber.multispeak
Subclasses with type arguments of type MultiSpeakVersion in com.ecec.rweber.multispeakModifier and TypeClassDescriptionenumThis represents information about different version of the MultiSpeak protocol.Methods in com.ecec.rweber.multispeak that return MultiSpeakVersionModifier and TypeMethodDescriptionMultiSpeakEndpoint.getVersion()static MultiSpeakVersionMultiSpeakVersion.loadVersion(double version) loads the correct MultiSpeakVersion enum object from the given version numberstatic MultiSpeakVersionReturns the enum constant of this class with the specified name.static MultiSpeakVersion[]MultiSpeakVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.ecec.rweber.multispeak with parameters of type MultiSpeakVersionModifierConstructorDescriptionMultiSpeakEndpoint(MultiSpeakVersion version, String company, String url) MultiSpeakEndpoint(MultiSpeakVersion version, String company, String url, String username, String password) MultiSpeakEndpoint(MultiSpeakVersion version, String company, String url, String username, String password, String app)