blob: bc4631c0184dd3982a73f9dfcb99aa9a9bec8bd1 [file] [log] [blame]
/**
* Enumeration of the indexed values.
*
* @version 2.3
* @since 2.3
*/
public enum Indexed
{
UNSPECIFIED,
TRUE,
FALSE,
UNIQUE
}