ResValue

public final class ResValue implements Serializable


Resource to be generated by the build system.

Summary

Nested types

public interface ResValue.Key extends Serializable

a generated resource is identified by its type+name as you can create

Public constructors

ResValue(@NonNull String value, String comment)

Public methods

final String

Optional comment.

final @NonNull String

value for the resource

Public constructors

ResValue

public ResValue(@NonNull String value, String comment)

Public methods

getComment

public final String getComment()

Optional comment.

getValue

public final @NonNull String getValue()

value for the resource