Interface Mdb.ArgumentMemberInfoOrBuilder

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

public static interface Mdb.ArgumentMemberInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasShortDescription

      boolean hasShortDescription()
      optional string shortDescription = 3;
      Returns:
      Whether the shortDescription field is set.
    • getShortDescription

      String getShortDescription()
      optional string shortDescription = 3;
      Returns:
      The shortDescription.
    • getShortDescriptionBytes

      com.google.protobuf.ByteString getShortDescriptionBytes()
      optional string shortDescription = 3;
      Returns:
      The bytes for shortDescription.
    • hasLongDescription

      boolean hasLongDescription()
      optional string longDescription = 4;
      Returns:
      Whether the longDescription field is set.
    • getLongDescription

      String getLongDescription()
      optional string longDescription = 4;
      Returns:
      The longDescription.
    • getLongDescriptionBytes

      com.google.protobuf.ByteString getLongDescriptionBytes()
      optional string longDescription = 4;
      Returns:
      The bytes for longDescription.
    • getAliasList

      List<Yamcs.NamedObjectId> getAliasList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAlias

      Yamcs.NamedObjectId getAlias(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasCount

      int getAliasCount()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasOrBuilderList

      List<? extends Yamcs.NamedObjectIdOrBuilder> getAliasOrBuilderList()
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • getAliasOrBuilder

      Yamcs.NamedObjectIdOrBuilder getAliasOrBuilder(int index)
      repeated .yamcs.protobuf.NamedObjectId alias = 5;
    • hasType

      boolean hasType()
      optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
      Returns:
      Whether the type field is set.
    • getType

      optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
      Returns:
      The type.
    • getTypeOrBuilder

      Mdb.ArgumentTypeInfoOrBuilder getTypeOrBuilder()
      optional .yamcs.protobuf.mdb.ArgumentTypeInfo type = 6;
    • hasInitialValue

      boolean hasInitialValue()
      optional string initialValue = 7;
      Returns:
      Whether the initialValue field is set.
    • getInitialValue

      String getInitialValue()
      optional string initialValue = 7;
      Returns:
      The initialValue.
    • getInitialValueBytes

      com.google.protobuf.ByteString getInitialValueBytes()
      optional string initialValue = 7;
      Returns:
      The bytes for initialValue.