QualifiedContent.ScopeType

public interface QualifiedContent.ScopeType

Known direct subclasses
QualifiedContent.Scope

The scope of the content.


Definition of a scope.

Summary

Public methods

abstract int

A scope binary flag that will be used to encode directory names.

abstract String

Scope name, readable by humans.

Public methods

getValue

abstract int getValue()

A scope binary flag that will be used to encode directory names. Must be unique.

Returns
int

a scope binary flag.

name

abstract String name()

Scope name, readable by humans.

Returns
String

a scope name.