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:
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 LEGACYFall back to the `java_multiple_files` option.NEST_IN_FILE_CLASS_UNKNOWNInvalid default, which should never be used.NODo not nest the generated class in the file class.YESNest the generated class in the file class.
-
Field Summary
Fields Modifier and Type Field Description private static Internal.EnumLiteMap<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass>internalValueMapstatic intLEGACY_VALUEFall back to the `java_multiple_files` option.static intNEST_IN_FILE_CLASS_UNKNOWN_VALUEInvalid default, which should never be used.static intNO_VALUEDo not nest the generated class in the file class.private intvalueprivate static JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass[]VALUESstatic intYES_VALUENest the generated class in the file class.
-
Constructor Summary
Constructors Modifier Constructor Description privateNestInFileClass(int value)
-
Method Summary
-
-
-
Enum Constant Detail
-
NEST_IN_FILE_CLASS_UNKNOWN
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass NEST_IN_FILE_CLASS_UNKNOWN
Invalid default, which should never be used.
NEST_IN_FILE_CLASS_UNKNOWN = 0;
-
NO
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass NO
Do not nest the generated class in the file class.
NO = 1;
-
YES
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass YES
Nest the generated class in the file class.
YES = 2;
-
LEGACY
public static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass LEGACY
Fall back to the `java_multiple_files` option. Users won't be able to set this option.
LEGACY = 3 [feature_support = { ... }
-
-
Field Detail
-
NEST_IN_FILE_CLASS_UNKNOWN_VALUE
public static final int NEST_IN_FILE_CLASS_UNKNOWN_VALUE
Invalid default, which should never be used.
NEST_IN_FILE_CLASS_UNKNOWN = 0;- See Also:
- Constant Field Values
-
NO_VALUE
public static final int NO_VALUE
Do not nest the generated class in the file class.
NO = 1;- See Also:
- Constant Field Values
-
YES_VALUE
public static final int YES_VALUE
Nest the generated class in the file class.
YES = 2;- See Also:
- Constant Field Values
-
LEGACY_VALUE
public static final int LEGACY_VALUE
Fall back to the `java_multiple_files` option. Users won't be able to set this option.
LEGACY = 3 [feature_support = { ... }- See Also:
- Constant Field Values
-
internalValueMap
private static final Internal.EnumLiteMap<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass> internalValueMap
-
VALUES
private static final JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass[] VALUES
-
value
private final int value
-
-
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:ProtocolMessageEnumReturn the value's numeric value as defined in the .proto file.- Specified by:
getNumberin interfaceInternal.EnumLite- Specified by:
getNumberin 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 Internal.EnumLiteMap<JavaFeaturesProto.JavaFeatures.NestInFileClassFeature.NestInFileClass> internalGetValueMap()
-
getValueDescriptor
public final Descriptors.EnumValueDescriptor getValueDescriptor()
Description copied from interface:ProtocolMessageEnumReturn the value's descriptor, which contains information such as value name, number, and type.- Specified by:
getValueDescriptorin interfaceProtocolMessageEnum
-
getDescriptorForType
public final Descriptors.EnumDescriptor getDescriptorForType()
Description copied from interface:ProtocolMessageEnumReturn the enum type's descriptor, which contains information about each defined value, etc.- Specified by:
getDescriptorForTypein 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
-
-