mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
14 lines
403 B
Java
Generated
14 lines
403 B
Java
Generated
// Generated automatically from com.google.protobuf.ProtocolMessageEnum for testing purposes
|
|
|
|
package com.google.protobuf;
|
|
|
|
import com.google.protobuf.Descriptors;
|
|
import com.google.protobuf.Internal;
|
|
|
|
public interface ProtocolMessageEnum extends Internal.EnumLite
|
|
{
|
|
Descriptors.EnumDescriptor getDescriptorForType();
|
|
Descriptors.EnumValueDescriptor getValueDescriptor();
|
|
int getNumber();
|
|
}
|