|
The comment associated with the <public> tag.
string comment = 3;
abstract fun getComment(): String! |
|
The comment associated with the <public> tag.
string comment = 3;
abstract fun getCommentBytes(): ByteString! |
|
.aapt.pb.Visibility.Level level = 1;
abstract fun getLevel(): Level! |
|
.aapt.pb.Visibility.Level level = 1;
abstract fun getLevelValue(): Int |
|
The path at which this entry's visibility was defined (eg. public.xml).
.aapt.pb.Source source = 2;
abstract fun getSource(): Source! |
|
The path at which this entry's visibility was defined (eg. public.xml).
.aapt.pb.Source source = 2;
abstract fun getSourceOrBuilder(): SourceOrBuilder! |
|
The path at which this entry's visibility was defined (eg. public.xml).
.aapt.pb.Source source = 2;
abstract fun hasSource(): Boolean |