Package com.ocient.jdbc.proto
Enum Class ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
java.lang.Object
java.lang.Enum<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase>
com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
- All Implemented Interfaces:
AbstractMessageLite.InternalOneOfEnum,Internal.EnumLite,Serializable,Comparable<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase>,Constable
- Enclosing class:
- ClientWireProtocol.ClientConnectionSSO2Response
public static enum ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
extends Enum<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase>
implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) intRetrieves the field number of the field which was set in thisoneof, or0if none were.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POLLINGINTERVALSECONDS
public static final ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase POLLINGINTERVALSECONDS -
SESSIONINFO
-
RESPONSEONEOF_NOT_SET
public static final ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase RESPONSEONEOF_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
@Deprecated public static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase forNumber(int value) -
getNumber
public int getNumber()Description copied from interface:AbstractMessageLite.InternalOneOfEnumRetrieves the field number of the field which was set in thisoneof, or0if none were.- Specified by:
getNumberin interfaceAbstractMessageLite.InternalOneOfEnum- Specified by:
getNumberin interfaceInternal.EnumLite
-