Uses of Enum Class
com.google.devtools.build.lib.query2.proto.proto2api.Build.Attribute.Tristate
Packages that use Build.Attribute.Tristate
-
Uses of Build.Attribute.Tristate in com.google.devtools.build.lib.query2.proto.proto2api
Methods in com.google.devtools.build.lib.query2.proto.proto2api that return Build.Attribute.TristateModifier and TypeMethodDescriptionstatic Build.Attribute.TristateBuild.Attribute.Tristate.forNumber(int value) Build.Attribute.Builder.getTristateValue()If the attribute is a Tristate value, this will be populated.Build.Attribute.getTristateValue()If the attribute is a Tristate value, this will be populated.Build.Attribute.SelectorEntry.Builder.getTristateValue()optional .blaze_query.Attribute.Tristate tristate_value = 5;Build.Attribute.SelectorEntry.getTristateValue()optional .blaze_query.Attribute.Tristate tristate_value = 5;Build.Attribute.SelectorEntryOrBuilder.getTristateValue()optional .blaze_query.Attribute.Tristate tristate_value = 5;Build.AttributeOrBuilder.getTristateValue()If the attribute is a Tristate value, this will be populated.static Build.Attribute.TristateBuild.Attribute.Tristate.valueOf(int value) Deprecated.static Build.Attribute.TristateBuild.Attribute.Tristate.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Build.Attribute.TristateReturns the enum constant of this class with the specified name.static Build.Attribute.Tristate[]Build.Attribute.Tristate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.query2.proto.proto2api that return types with arguments of type Build.Attribute.TristateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Build.Attribute.Tristate>Build.Attribute.Tristate.internalGetValueMap()Methods in com.google.devtools.build.lib.query2.proto.proto2api with parameters of type Build.Attribute.TristateModifier and TypeMethodDescriptionBuild.Attribute.Builder.setTristateValue(Build.Attribute.Tristate value) If the attribute is a Tristate value, this will be populated.Build.Attribute.SelectorEntry.Builder.setTristateValue(Build.Attribute.Tristate value) optional .blaze_query.Attribute.Tristate tristate_value = 5;