Interface Spec.ProtoItemOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Spec.ProtoItem, Spec.ProtoItem.Builder
    Enclosing class:
    Spec

    public static interface Spec.ProtoItemOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getItemTypeValue

        int getItemTypeValue()
        / Itemtype of the current ProtoItem
         
        .gauge.messages.ProtoItem.ItemType itemType = 1;
      • getItemType

        Spec.ProtoItem.ItemType getItemType()
        / Itemtype of the current ProtoItem
         
        .gauge.messages.ProtoItem.ItemType itemType = 1;
      • hasStep

        boolean hasStep()
        / Holds the Step definition. Valid only if ItemType = Step
         
        .gauge.messages.ProtoStep step = 2;
      • getStep

        Spec.ProtoStep getStep()
        / Holds the Step definition. Valid only if ItemType = Step
         
        .gauge.messages.ProtoStep step = 2;
      • getStepOrBuilder

        Spec.ProtoStepOrBuilder getStepOrBuilder()
        / Holds the Step definition. Valid only if ItemType = Step
         
        .gauge.messages.ProtoStep step = 2;
      • hasConcept

        boolean hasConcept()
        / Holds the Concept definition. Valid only if ItemType = Concept
         
        .gauge.messages.ProtoConcept concept = 3;
      • getConcept

        Spec.ProtoConcept getConcept()
        / Holds the Concept definition. Valid only if ItemType = Concept
         
        .gauge.messages.ProtoConcept concept = 3;
      • getConceptOrBuilder

        Spec.ProtoConceptOrBuilder getConceptOrBuilder()
        / Holds the Concept definition. Valid only if ItemType = Concept
         
        .gauge.messages.ProtoConcept concept = 3;
      • hasScenario

        boolean hasScenario()
        / Holds the Scenario definition. Valid only if ItemType = Scenario
         
        .gauge.messages.ProtoScenario scenario = 4;
      • getScenario

        Spec.ProtoScenario getScenario()
        / Holds the Scenario definition. Valid only if ItemType = Scenario
         
        .gauge.messages.ProtoScenario scenario = 4;
      • getScenarioOrBuilder

        Spec.ProtoScenarioOrBuilder getScenarioOrBuilder()
        / Holds the Scenario definition. Valid only if ItemType = Scenario
         
        .gauge.messages.ProtoScenario scenario = 4;
      • hasTableDrivenScenario

        boolean hasTableDrivenScenario()
        / Holds the TableDrivenScenario definition. Valid only if ItemType = TableDrivenScenario
         
        .gauge.messages.ProtoTableDrivenScenario tableDrivenScenario = 5;
      • getTableDrivenScenario

        Spec.ProtoTableDrivenScenario getTableDrivenScenario()
        / Holds the TableDrivenScenario definition. Valid only if ItemType = TableDrivenScenario
         
        .gauge.messages.ProtoTableDrivenScenario tableDrivenScenario = 5;
      • getTableDrivenScenarioOrBuilder

        Spec.ProtoTableDrivenScenarioOrBuilder getTableDrivenScenarioOrBuilder()
        / Holds the TableDrivenScenario definition. Valid only if ItemType = TableDrivenScenario
         
        .gauge.messages.ProtoTableDrivenScenario tableDrivenScenario = 5;
      • hasComment

        boolean hasComment()
        / Holds the Comment definition. Valid only if ItemType = Comment
         
        .gauge.messages.ProtoComment comment = 6;
      • getComment

        Spec.ProtoComment getComment()
        / Holds the Comment definition. Valid only if ItemType = Comment
         
        .gauge.messages.ProtoComment comment = 6;
      • getCommentOrBuilder

        Spec.ProtoCommentOrBuilder getCommentOrBuilder()
        / Holds the Comment definition. Valid only if ItemType = Comment
         
        .gauge.messages.ProtoComment comment = 6;
      • hasTable

        boolean hasTable()
        / Holds the Table definition. Valid only if ItemType = Table
         
        .gauge.messages.ProtoTable table = 7;
      • getTable

        Spec.ProtoTable getTable()
        / Holds the Table definition. Valid only if ItemType = Table
         
        .gauge.messages.ProtoTable table = 7;
      • getTableOrBuilder

        Spec.ProtoTableOrBuilder getTableOrBuilder()
        / Holds the Table definition. Valid only if ItemType = Table
         
        .gauge.messages.ProtoTable table = 7;
      • hasTags

        boolean hasTags()
        / Holds the Tags definition. Valid only if ItemType = Tags
         
        .gauge.messages.ProtoTags tags = 8;
      • getTags

        Spec.ProtoTags getTags()
        / Holds the Tags definition. Valid only if ItemType = Tags
         
        .gauge.messages.ProtoTags tags = 8;
      • getTagsOrBuilder

        Spec.ProtoTagsOrBuilder getTagsOrBuilder()
        / Holds the Tags definition. Valid only if ItemType = Tags
         
        .gauge.messages.ProtoTags tags = 8;
      • getFileName

        String getFileName()
        / Holds the Filename that the item belongs to
         
        string fileName = 9;
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
        / Holds the Filename that the item belongs to
         
        string fileName = 9;