Package io.cucumber.messages
Interface Messages.GherkinDocument.Feature.FeatureChildOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Feature.FeatureChild
,Messages.GherkinDocument.Feature.FeatureChild.Builder
- Enclosing class:
- Messages.GherkinDocument.Feature
public static interface Messages.GherkinDocument.Feature.FeatureChildOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.GherkinDocument.Feature.Background
getBackground()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
Messages.GherkinDocument.Feature.BackgroundOrBuilder
getBackgroundOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
Messages.GherkinDocument.Feature.FeatureChild.Rule
getRule()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
Messages.GherkinDocument.Feature.FeatureChild.RuleOrBuilder
getRuleOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
Messages.GherkinDocument.Feature.Scenario
getScenario()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
Messages.GherkinDocument.Feature.ScenarioOrBuilder
getScenarioOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
Messages.GherkinDocument.Feature.FeatureChild.ValueCase
getValueCase()
boolean
hasBackground()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
boolean
hasRule()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
boolean
hasScenario()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRule
boolean hasRule()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
-
getRule
Messages.GherkinDocument.Feature.FeatureChild.Rule getRule()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
-
getRuleOrBuilder
Messages.GherkinDocument.Feature.FeatureChild.RuleOrBuilder getRuleOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.FeatureChild.Rule rule = 1;
-
hasBackground
boolean hasBackground()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
-
getBackground
Messages.GherkinDocument.Feature.Background getBackground()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
-
getBackgroundOrBuilder
Messages.GherkinDocument.Feature.BackgroundOrBuilder getBackgroundOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Background background = 2;
-
hasScenario
boolean hasScenario()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
-
getScenario
Messages.GherkinDocument.Feature.Scenario getScenario()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
-
getScenarioOrBuilder
Messages.GherkinDocument.Feature.ScenarioOrBuilder getScenarioOrBuilder()
.io.cucumber.messages.GherkinDocument.Feature.Scenario scenario = 3;
-
getValueCase
Messages.GherkinDocument.Feature.FeatureChild.ValueCase getValueCase()
-
-