Interface Mdb.EnumValueOrBuilder

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

    public static interface Mdb.EnumValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      optional string description = 3;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      String getLabel()
      optional string label = 2;
      com.google.protobuf.ByteString getLabelBytes()
      optional string label = 2;
      long getValue()
      optional int64 value = 1;
      boolean hasDescription()
      optional string description = 3;
      boolean hasLabel()
      optional string label = 2;
      boolean hasValue()
      optional int64 value = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasValue

        boolean hasValue()
        optional int64 value = 1;
        Returns:
        Whether the value field is set.
      • getValue

        long getValue()
        optional int64 value = 1;
        Returns:
        The value.
      • hasLabel

        boolean hasLabel()
        optional string label = 2;
        Returns:
        Whether the label field is set.
      • getLabel

        String getLabel()
        optional string label = 2;
        Returns:
        The label.
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        optional string label = 2;
        Returns:
        The bytes for label.
      • hasDescription

        boolean hasDescription()
        optional string description = 3;
        Returns:
        Whether the description field is set.
      • getDescription

        String getDescription()
        optional string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 3;
        Returns:
        The bytes for description.