public enum TapMetaOrder extends Enum<TapMetaOrder>
| Enum Constant and Description | 
|---|
ALPHABETIC
Alphabetical ordering. 
 | 
INDEXED
Ordering based on schema/table index (may or may not be reliable). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
sortSchemas(SchemaMeta[] schemas)
Modifies a set of schemas to obey this ordering. 
 | 
static TapMetaOrder | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TapMetaOrder[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TapMetaOrder ALPHABETIC
public static final TapMetaOrder INDEXED
public static TapMetaOrder[] values()
for (TapMetaOrder c : TapMetaOrder.values()) System.out.println(c);
public static TapMetaOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void sortSchemas(SchemaMeta[] schemas)
schemas - array of schemas to alter in placeCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.