Package com.google.protobuf
Enum JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
- java.lang.Object
-
- java.lang.Enum<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass>
-
- com.google.protobuf.JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,ProtocolMessageEnum
,java.io.Serializable
,java.lang.Comparable<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass>
- Enclosing class:
- JavaFeaturesProto.JavaFeatures.NestInFileClassFeature
public static enum JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass extends java.lang.Enum<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass> implements ProtocolMessageEnum
Protobuf enumpb.JavaFeatures.NestInFileClassFeature.NestInFileClass
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LEGACY
LEGACY = 3 [feature_support = { ...
NEST_IN_FILE_CLASS_UNKNOWN
NEST_IN_FILE_CLASS_UNKNOWN = 0;
NO
NO = 1;
YES
YES = 2;
-
Field Summary
Fields Modifier and Type Field Description static int
LEGACY_VALUE
LEGACY = 3 [feature_support = { ...
static int
NEST_IN_FILE_CLASS_UNKNOWN_VALUE
NEST_IN_FILE_CLASS_UNKNOWN = 0;
static int
NO_VALUE
NO = 1;
static int
YES_VALUE
YES = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
forNumber(int value)
static Descriptors.EnumDescriptor
getDescriptor()
Descriptors.EnumDescriptor
getDescriptorForType()
Return the enum type's descriptor, which contains information about each defined value, etc.int
getNumber()
Return the value's numeric value as defined in the .proto file.Descriptors.EnumValueDescriptor
getValueDescriptor()
Return the value's descriptor, which contains information such as value name, number, and type.static com.google.protobuf.Internal.EnumLiteMap<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass>
internalGetValueMap()
static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
valueOf(int value)
Deprecated.static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NEST_IN_FILE_CLASS_UNKNOWN
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass NEST_IN_FILE_CLASS_UNKNOWN
NEST_IN_FILE_CLASS_UNKNOWN = 0;
-
NO
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass NO
NO = 1;
-
YES
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass YES
YES = 2;
-
LEGACY
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass LEGACY
LEGACY = 3 [feature_support = { ... }
-
-
Field Detail
-
NEST_IN_FILE_CLASS_UNKNOWN_VALUE
public static final int NEST_IN_FILE_CLASS_UNKNOWN_VALUE
NEST_IN_FILE_CLASS_UNKNOWN = 0;
- See Also:
- Constant Field Values
-
NO_VALUE
public static final int NO_VALUE
NO = 1;
- See Also:
- Constant Field Values
-
YES_VALUE
public static final int YES_VALUE
YES = 2;
- See Also:
- Constant Field Values
-
LEGACY_VALUE
public static final int LEGACY_VALUE
LEGACY = 3 [feature_support = { ... }
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass[] 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 (JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass c : JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass 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()
Description copied from interface:ProtocolMessageEnum
Return the value's numeric value as defined in the .proto file.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfaceProtocolMessageEnum
-
valueOf
@Deprecated public static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass 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 JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass> internalGetValueMap()
-
getValueDescriptor
public final Descriptors.EnumValueDescriptor getValueDescriptor()
Description copied from interface:ProtocolMessageEnum
Return the value's descriptor, which contains information such as value name, number, and type.- Specified by:
getValueDescriptor
in interfaceProtocolMessageEnum
-
getDescriptorForType
public final Descriptors.EnumDescriptor getDescriptorForType()
Description copied from interface:ProtocolMessageEnum
Return the enum type's descriptor, which contains information about each defined value, etc.- Specified by:
getDescriptorForType
in interfaceProtocolMessageEnum
-
getDescriptor
public static Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass valueOf(Descriptors.EnumValueDescriptor desc)
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:
desc
- 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
-
-