static Build.Attribute.Tristate |
Build.Attribute.Tristate.forNumber(int value) |
|
Build.Attribute.Tristate |
Build.Attribute.Builder.getTristateValue() |
If the attribute is a Tristate value, this will be populated.
|
Build.Attribute.Tristate |
Build.Attribute.getTristateValue() |
If the attribute is a Tristate value, this will be populated.
|
Build.Attribute.Tristate |
Build.Attribute.SelectorEntry.Builder.getTristateValue() |
optional .blaze_query.Attribute.Tristate tristate_value = 5;
|
Build.Attribute.Tristate |
Build.Attribute.SelectorEntry.getTristateValue() |
optional .blaze_query.Attribute.Tristate tristate_value = 5;
|
Build.Attribute.Tristate |
Build.Attribute.SelectorEntryOrBuilder.getTristateValue() |
optional .blaze_query.Attribute.Tristate tristate_value = 5;
|
Build.Attribute.Tristate |
Build.AttributeOrBuilder.getTristateValue() |
If the attribute is a Tristate value, this will be populated.
|
static Build.Attribute.Tristate |
Build.Attribute.Tristate.valueOf(int value) |
Deprecated.
|
static Build.Attribute.Tristate |
Build.Attribute.Tristate.valueOf(Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Build.Attribute.Tristate |
Build.Attribute.Tristate.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Build.Attribute.Tristate[] |
Build.Attribute.Tristate.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|