Package pbx
Enum Model.InfoNote
- java.lang.Object
-
- java.lang.Enum<Model.InfoNote>
-
- pbx.Model.InfoNote
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<Model.InfoNote>
- Enclosing class:
- Model
public static enum Model.InfoNote extends java.lang.Enum<Model.InfoNote> implements com.google.protobuf.Internal.EnumLite
Protobuf enumpbx.InfoNote
-
-
Field Summary
Fields Modifier and Type Field Description static intBYPASS_VALUEBYPASS = 5;static intCALL_VALUECALL = 4;static intKP_VALUEKP = 3;static intREACTION_VALUEREACTION = 6;static intREAD_VALUEREAD = 1;static intRECV_VALUERECV = 2;static intX1_VALUEInvalid value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Model.InfoNoteforNumber(int value)intgetNumber()static com.google.protobuf.Internal.EnumLiteMap<Model.InfoNote>internalGetValueMap()static com.google.protobuf.Internal.EnumVerifierinternalGetVerifier()static Model.InfoNotevalueOf(int value)Deprecated.static Model.InfoNotevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Model.InfoNote[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
X1
public static final Model.InfoNote X1
Invalid value. The name must be globally unique.
X1 = 0;
-
READ
public static final Model.InfoNote READ
READ = 1;
-
RECV
public static final Model.InfoNote RECV
RECV = 2;
-
KP
public static final Model.InfoNote KP
KP = 3;
-
CALL
public static final Model.InfoNote CALL
CALL = 4;
-
BYPASS
public static final Model.InfoNote BYPASS
BYPASS = 5;
-
REACTION
public static final Model.InfoNote REACTION
REACTION = 6;
-
UNRECOGNIZED
public static final Model.InfoNote UNRECOGNIZED
-
-
Field Detail
-
X1_VALUE
public static final int X1_VALUE
Invalid value. The name must be globally unique.
X1 = 0;- See Also:
- Constant Field Values
-
READ_VALUE
public static final int READ_VALUE
READ = 1;- See Also:
- Constant Field Values
-
RECV_VALUE
public static final int RECV_VALUE
RECV = 2;- See Also:
- Constant Field Values
-
KP_VALUE
public static final int KP_VALUE
KP = 3;- See Also:
- Constant Field Values
-
CALL_VALUE
public static final int CALL_VALUE
CALL = 4;- See Also:
- Constant Field Values
-
BYPASS_VALUE
public static final int BYPASS_VALUE
BYPASS = 5;- See Also:
- Constant Field Values
-
REACTION_VALUE
public static final int REACTION_VALUE
REACTION = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Model.InfoNote[] 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.InfoNote c : Model.InfoNote.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.InfoNote 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.InfoNote 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.InfoNote forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Model.InfoNote> internalGetValueMap()
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-
-