Package com.android.aapt
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 Summary
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
-
hasConfig
boolean hasConfig().aapt.pb.Configuration config = 1;- Returns:
- Whether the config field is set.
-
getConfig
ConfigurationOuterClass.Configuration getConfig().aapt.pb.Configuration config = 1;- Returns:
- The config.
-
getConfigOrBuilder
ConfigurationOuterClass.ConfigurationOrBuilder 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;
-