Package com.ocient.jdbc.proto
Enum ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
java.lang.Object
java.lang.Enum<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase>
com.ocient.jdbc.proto.ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase>,java.lang.constant.Constable
- Enclosing class:
- ClientWireProtocol.ClientConnectionSSO2Response
public static enum ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase extends Enum<ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase> implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description POLLINGINTERVALSECONDSRESPONSEONEOF_NOT_SETSESSIONINFO -
Method Summary
Modifier and Type Method Description static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCaseforNumber(int value)intgetNumber()static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCasevalueOf(int value)Deprecated.static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCasevalueOf(String name)Returns the enum constant of this type with the specified name.static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase[]values()Returns an array containing the constants of this enum type, 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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClientWireProtocol.ClientConnectionSSO2Response.ResponseOneofCase valueOf(String name)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-