Interface Resources.ConfigValueOrBuilder

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

public static interface Resources.ConfigValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasConfig

      boolean hasConfig()
      .aapt.pb.Configuration config = 1;
      Returns:
      Whether the config field is set.
    • getConfig

      .aapt.pb.Configuration config = 1;
      Returns:
      The config.
    • getConfigOrBuilder

      .aapt.pb.Configuration config = 1;
    • hasValue

      boolean hasValue()
      .aapt.pb.Value value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      Resources.Value getValue()
      .aapt.pb.Value value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      Resources.ValueOrBuilder getValueOrBuilder()
      .aapt.pb.Value value = 2;