Package io.cucumber.query
Enum Repository.RepositoryFeature
- All Implemented Interfaces:
Serializable,Comparable<Repository.RepositoryFeature>,java.lang.constant.Constable
- Enclosing class:
- Repository
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIncludeAttachmentmessages.IncludeGherkinDocumentmessages.IncludeHookmessages.IncludeStepDefinitionmessages.IncludeSuggestionmessages.IncludeUndefinedParameterTypemessages. -
Method Summary
Modifier and TypeMethodDescriptionstatic Repository.RepositoryFeatureReturns the enum constant of this type with the specified name.static Repository.RepositoryFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INCLUDE_ATTACHMENTS
IncludeAttachmentmessages.Disable to reduce memory usage.
-
INCLUDE_GHERKIN_DOCUMENTS
IncludeGherkinDocumentmessages.Disable to reduce memory usage.
-
INCLUDE_HOOKS
IncludeHookmessages.Disable to reduce memory usage.
-
INCLUDE_STEP_DEFINITIONS
IncludeStepDefinitionmessages.Disable to reduce memory usage.
-
INCLUDE_SUGGESTIONS
IncludeSuggestionmessages.Disable to reduce memory usage.
-
INCLUDE_UNDEFINED_PARAMETER_TYPES
IncludeUndefinedParameterTypemessages.Disable to reduce memory usage.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-