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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.ArraygetArray().aapt.pb.Array array = 4;Resources.ArrayOrBuildergetArrayOrBuilder().aapt.pb.Array array = 4;Resources.AttributegetAttr().aapt.pb.Attribute attr = 1;Resources.AttributeOrBuildergetAttrOrBuilder().aapt.pb.Attribute attr = 1;Resources.MacroBodygetMacro().aapt.pb.MacroBody macro = 6;Resources.MacroBodyOrBuildergetMacroOrBuilder().aapt.pb.MacroBody macro = 6;Resources.PluralgetPlural().aapt.pb.Plural plural = 5;Resources.PluralOrBuildergetPluralOrBuilder().aapt.pb.Plural plural = 5;Resources.StylegetStyle().aapt.pb.Style style = 2;Resources.StyleablegetStyleable().aapt.pb.Styleable styleable = 3;Resources.StyleableOrBuildergetStyleableOrBuilder().aapt.pb.Styleable styleable = 3;Resources.StyleOrBuildergetStyleOrBuilder().aapt.pb.Style style = 2;Resources.CompoundValue.ValueCasegetValueCase()booleanhasArray().aapt.pb.Array array = 4;booleanhasAttr().aapt.pb.Attribute attr = 1;booleanhasMacro().aapt.pb.MacroBody macro = 6;booleanhasPlural().aapt.pb.Plural plural = 5;booleanhasStyle().aapt.pb.Style style = 2;booleanhasStyleable().aapt.pb.Styleable styleable = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-