mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
11 lines
198 B
Java
Generated
11 lines
198 B
Java
Generated
// Generated automatically from javax.jdo.metadata.Indexed for testing purposes
|
|
|
|
package javax.jdo.metadata;
|
|
|
|
|
|
public enum Indexed
|
|
{
|
|
FALSE, TRUE, UNIQUE, UNSPECIFIED;
|
|
private Indexed() {}
|
|
}
|