Describes a value within an enum.
Generated from protobuf message google.protobuf.EnumValueDescriptorProto
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearName() |
| public clearNumber() |
| public clearOptions() |
| public getName() Generated from protobuf field optional string name = 1;
|
| public getNumber() Generated from protobuf field optional int32 number = 2;
|
| public getOptions() Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3;
|
| public hasName() |
| public hasNumber() |
| public hasOptions() |
| public setName( $var) Generated from protobuf field optional string name = 1;
|
| public setNumber( $var) Generated from protobuf field optional int32 number = 2;
|
| public setOptions( $var) Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3;
|
| Properties |
| protected $name = NULL Generated from protobuf field optional string name = 1; |
| protected $number = NULL Generated from protobuf field optional int32 number = 2; |
| protected $options = NULL Generated from protobuf field optional .google.protobuf.EnumValueOptions options = 3; |
| Methods |