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 Summary
Modifier and TypeMethodDescriptiongetAttribute(int index) The tag class's attributes.intThe tag class's attributes.The tag class's attributes.getAttributeOrBuilder(int index) The tag class's attributes.List<? extends StardocOutputProtos.AttributeInfoOrBuilder>The tag class's attributes.The documentation string of the tag class.com.google.protobuf.ByteStringThe documentation string of the tag class.The name of the tag for this tag class.com.google.protobuf.ByteStringThe name of the tag for this tag class.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<StardocOutputProtos.AttributeInfo> getAttributeList()The tag class's attributes.
repeated .stardoc_output.AttributeInfo attribute = 3; -
getAttribute
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
The tag class's attributes.
repeated .stardoc_output.AttributeInfo attribute = 3;
-