public static class LintFix.SetAttribute extends LintFix
This class/API is only intended for IDE use. Lint checks should be
accessing the builder class instead - LintFix.create().
LintFix.Builder, LintFix.DataMap, LintFix.FixMapBuilder, LintFix.GroupBuilder, LintFix.GroupType, LintFix.LintFixGroup, LintFix.ReplaceString, LintFix.ReplaceStringBuilder, LintFix.SetAttribute, LintFix.SetAttributeBuilder| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
attribute
The local attribute name
|
int |
dot
The caret location to show, OR
Integer.MIN_VALUE if not set. |
int |
mark
The selection anchor, OR
Integer.MIN_VALUE if not set |
java.lang.String |
namespace
The namespace
|
java.lang.String |
value
The value (or null to delete the attribute)
|
displayName| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Return display name
|
@Nullable public final java.lang.String namespace
@NonNull public final java.lang.String attribute
@Nullable public final java.lang.String value
public final int dot
Integer.MIN_VALUE if not set.
If mark is set, the end of the selection too.public final int mark
Integer.MIN_VALUE if not set@NonNull public java.lang.String getDisplayName()
getDisplayName in class LintFix