Uses of Enum Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.AttributeType
Packages that use StardocOutputProtos.AttributeType
-
Uses of StardocOutputProtos.AttributeType in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.AttributeTypeModifier and TypeMethodDescriptionStardocOutputProtos.AttributeType.forNumber(int value) StardocOutputProtos.AttributeInfo.Builder.getType()The type of the attribute, defined generally by which function is invoked in the attr module.StardocOutputProtos.AttributeInfo.getType()The type of the attribute, defined generally by which function is invoked in the attr module.StardocOutputProtos.AttributeInfoOrBuilder.getType()The type of the attribute, defined generally by which function is invoked in the attr module.StardocOutputProtos.AttributeType.valueOf(int value) Deprecated.StardocOutputProtos.AttributeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static StardocOutputProtos.AttributeType[]StardocOutputProtos.AttributeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.AttributeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<StardocOutputProtos.AttributeType>StardocOutputProtos.AttributeType.internalGetValueMap()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.AttributeTypeModifier and TypeMethodDescriptionStardocOutputProtos.AttributeInfo.Builder.setType(StardocOutputProtos.AttributeType value) The type of the attribute, defined generally by which function is invoked in the attr module.