Enum DocBinRequest.PipesCase
- java.lang.Object
-
- java.lang.Enum<DocBinRequest.PipesCase>
-
- de.uni_trier.recap.arg_services.nlp.v1.DocBinRequest.PipesCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<DocBinRequest.PipesCase>
- Enclosing class:
- DocBinRequest
public static enum DocBinRequest.PipesCase extends java.lang.Enum<DocBinRequest.PipesCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISABLED_PIPESENABLED_PIPESPIPES_NOT_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DocBinRequest.PipesCaseforNumber(int value)intgetNumber()static DocBinRequest.PipesCasevalueOf(int value)Deprecated.static DocBinRequest.PipesCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DocBinRequest.PipesCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ENABLED_PIPES
public static final DocBinRequest.PipesCase ENABLED_PIPES
-
DISABLED_PIPES
public static final DocBinRequest.PipesCase DISABLED_PIPES
-
PIPES_NOT_SET
public static final DocBinRequest.PipesCase PIPES_NOT_SET
-
-
Method Detail
-
values
public static DocBinRequest.PipesCase[] 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 (DocBinRequest.PipesCase c : DocBinRequest.PipesCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DocBinRequest.PipesCase 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
-
valueOf
@Deprecated public static DocBinRequest.PipesCase 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 DocBinRequest.PipesCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-