Interface StardocOutputProtos.ModuleExtensionTagClassInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StardocOutputProtos.ModuleExtensionTagClassInfo, StardocOutputProtos.ModuleExtensionTagClassInfo.Builder
Enclosing class:
StardocOutputProtos

public static interface StardocOutputProtos.ModuleExtensionTagClassInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTagName

      String getTagName()
       The name of the tag for this tag class.
       
      string tag_name = 1;
      Returns:
      The tagName.
    • getTagNameBytes

      com.google.protobuf.ByteString getTagNameBytes()
       The name of the tag for this tag class.
       
      string tag_name = 1;
      Returns:
      The bytes for tagName.
    • getDocString

      String getDocString()
       The documentation string of the tag class.
       
      string doc_string = 2;
      Returns:
      The docString.
    • getDocStringBytes

      com.google.protobuf.ByteString getDocStringBytes()
       The documentation string of the tag class.
       
      string doc_string = 2;
      Returns:
      The bytes for docString.
    • getAttributeList

       The tag class's attributes.
       
      repeated .stardoc_output.AttributeInfo attribute = 3;
    • getAttribute

      StardocOutputProtos.AttributeInfo getAttribute(int index)
       The tag class's attributes.
       
      repeated .stardoc_output.AttributeInfo attribute = 3;
    • getAttributeCount

      int getAttributeCount()
       The tag class's attributes.
       
      repeated .stardoc_output.AttributeInfo attribute = 3;
    • getAttributeOrBuilderList

      List<? extends StardocOutputProtos.AttributeInfoOrBuilder> getAttributeOrBuilderList()
       The tag class's attributes.
       
      repeated .stardoc_output.AttributeInfo attribute = 3;
    • getAttributeOrBuilder

      StardocOutputProtos.AttributeInfoOrBuilder getAttributeOrBuilder(int index)
       The tag class's attributes.
       
      repeated .stardoc_output.AttributeInfo attribute = 3;