Package com.android.aapt
Interface Resources.CompoundValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.CompoundValue,Resources.CompoundValue.Builder
- Enclosing class:
- Resources
public static interface Resources.CompoundValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArray().aapt.pb.Array array = 4;.aapt.pb.Array array = 4;getAttr().aapt.pb.Attribute attr = 1;.aapt.pb.Attribute attr = 1;getMacro().aapt.pb.MacroBody macro = 6;.aapt.pb.MacroBody macro = 6;.aapt.pb.Plural plural = 5;.aapt.pb.Plural plural = 5;getStyle().aapt.pb.Style style = 2;.aapt.pb.Styleable styleable = 3;.aapt.pb.Styleable styleable = 3;.aapt.pb.Style style = 2;booleanhasArray().aapt.pb.Array array = 4;booleanhasAttr().aapt.pb.Attribute attr = 1;booleanhasMacro().aapt.pb.MacroBody macro = 6;boolean.aapt.pb.Plural plural = 5;booleanhasStyle().aapt.pb.Style style = 2;boolean.aapt.pb.Styleable styleable = 3;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
-
hasAttr
boolean hasAttr().aapt.pb.Attribute attr = 1;- Returns:
- Whether the attr field is set.
-
getAttr
Resources.Attribute getAttr().aapt.pb.Attribute attr = 1;- Returns:
- The attr.
-
getAttrOrBuilder
Resources.AttributeOrBuilder getAttrOrBuilder().aapt.pb.Attribute attr = 1; -
hasStyle
boolean hasStyle().aapt.pb.Style style = 2;- Returns:
- Whether the style field is set.
-
getStyle
Resources.Style getStyle().aapt.pb.Style style = 2;- Returns:
- The style.
-
getStyleOrBuilder
Resources.StyleOrBuilder getStyleOrBuilder().aapt.pb.Style style = 2; -
hasStyleable
boolean hasStyleable().aapt.pb.Styleable styleable = 3;- Returns:
- Whether the styleable field is set.
-
getStyleable
Resources.Styleable getStyleable().aapt.pb.Styleable styleable = 3;- Returns:
- The styleable.
-
getStyleableOrBuilder
Resources.StyleableOrBuilder getStyleableOrBuilder().aapt.pb.Styleable styleable = 3; -
hasArray
boolean hasArray().aapt.pb.Array array = 4;- Returns:
- Whether the array field is set.
-
getArray
Resources.Array getArray().aapt.pb.Array array = 4;- Returns:
- The array.
-
getArrayOrBuilder
Resources.ArrayOrBuilder getArrayOrBuilder().aapt.pb.Array array = 4; -
hasPlural
boolean hasPlural().aapt.pb.Plural plural = 5;- Returns:
- Whether the plural field is set.
-
getPlural
Resources.Plural getPlural().aapt.pb.Plural plural = 5;- Returns:
- The plural.
-
getPluralOrBuilder
Resources.PluralOrBuilder getPluralOrBuilder().aapt.pb.Plural plural = 5; -
hasMacro
boolean hasMacro().aapt.pb.MacroBody macro = 6;- Returns:
- Whether the macro field is set.
-
getMacro
Resources.MacroBody getMacro().aapt.pb.MacroBody macro = 6;- Returns:
- The macro.
-
getMacroOrBuilder
Resources.MacroBodyOrBuilder getMacroOrBuilder().aapt.pb.MacroBody macro = 6; -
getValueCase
Resources.CompoundValue.ValueCase getValueCase()
-