Package pbx
Enum Model.ServerPres.What
- java.lang.Object
-
- java.lang.Enum<Model.ServerPres.What>
-
- pbx.Model.ServerPres.What
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<Model.ServerPres.What>
- Enclosing class:
- Model.ServerPres
public static enum Model.ServerPres.What extends java.lang.Enum<Model.ServerPres.What> implements com.google.protobuf.Internal.EnumLite
Protobuf enumpbx.ServerPres.What
-
-
Field Summary
Fields Modifier and Type Field Description static intACS_VALUEACS = 6;static intDEL_VALUEDEL = 11;static intGONE_VALUEGONE = 5;static intMSG_VALUEMSG = 8;static intOFF_VALUEOFF = 2;static intON_VALUEON = 1;static intREAD_VALUEREAD = 9;static intRECV_VALUERECV = 10;static intTAGS_VALUETAGS = 12;static intTERM_VALUETERM = 7;static intUA_VALUEUA = 3;static intUPD_VALUEUPD = 4;static intX3_VALUEInvalid value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Model.ServerPres.WhatforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<Model.ServerPres.What>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static Model.ServerPres.WhatvalueOf(int value)Deprecated.static Model.ServerPres.WhatvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Model.ServerPres.What[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
X3
public static final Model.ServerPres.What X3
Invalid value. The name must be globally unique.
X3 = 0;
-
ON
public static final Model.ServerPres.What ON
ON = 1;
-
OFF
public static final Model.ServerPres.What OFF
OFF = 2;
-
UA
public static final Model.ServerPres.What UA
UA = 3;
-
UPD
public static final Model.ServerPres.What UPD
UPD = 4;
-
GONE
public static final Model.ServerPres.What GONE
GONE = 5;
-
ACS
public static final Model.ServerPres.What ACS
ACS = 6;
-
TERM
public static final Model.ServerPres.What TERM
TERM = 7;
-
MSG
public static final Model.ServerPres.What MSG
MSG = 8;
-
READ
public static final Model.ServerPres.What READ
READ = 9;
-
RECV
public static final Model.ServerPres.What RECV
RECV = 10;
-
DEL
public static final Model.ServerPres.What DEL
DEL = 11;
-
TAGS
public static final Model.ServerPres.What TAGS
TAGS = 12;
-
UNRECOGNIZED
public static final Model.ServerPres.What UNRECOGNIZED
-
-
Field Detail
-
X3_VALUE
public static final int X3_VALUE
Invalid value. The name must be globally unique.
X3 = 0;- See Also:
- Constant Field Values
-
ON_VALUE
public static final int ON_VALUE
ON = 1;- See Also:
- Constant Field Values
-
OFF_VALUE
public static final int OFF_VALUE
OFF = 2;- See Also:
- Constant Field Values
-
UA_VALUE
public static final int UA_VALUE
UA = 3;- See Also:
- Constant Field Values
-
UPD_VALUE
public static final int UPD_VALUE
UPD = 4;- See Also:
- Constant Field Values
-
GONE_VALUE
public static final int GONE_VALUE
GONE = 5;- See Also:
- Constant Field Values
-
ACS_VALUE
public static final int ACS_VALUE
ACS = 6;- See Also:
- Constant Field Values
-
TERM_VALUE
public static final int TERM_VALUE
TERM = 7;- See Also:
- Constant Field Values
-
MSG_VALUE
public static final int MSG_VALUE
MSG = 8;- See Also:
- Constant Field Values
-
READ_VALUE
public static final int READ_VALUE
READ = 9;- See Also:
- Constant Field Values
-
RECV_VALUE
public static final int RECV_VALUE
RECV = 10;- See Also:
- Constant Field Values
-
DEL_VALUE
public static final int DEL_VALUE
DEL = 11;- See Also:
- Constant Field Values
-
TAGS_VALUE
public static final int TAGS_VALUE
TAGS = 12;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Model.ServerPres.What[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Model.ServerPres.What c : Model.ServerPres.What.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Model.ServerPres.What valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
@Deprecated public static Model.ServerPres.What 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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static Model.ServerPres.What forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Model.ServerPres.What> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-