public static enum SchemaResolveVisitor.Option extends Enum<SchemaResolveVisitor.Option>
Enum Constant and Description |
---|
ResolveAllColumn |
ResolveIdentifierAlias |
Modifier and Type | Field and Description |
---|---|
int |
mask |
Modifier and Type | Method and Description |
---|---|
static int |
of(SchemaResolveVisitor.Option... options) |
static SchemaResolveVisitor.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaResolveVisitor.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaResolveVisitor.Option ResolveAllColumn
public static final SchemaResolveVisitor.Option ResolveIdentifierAlias
public static SchemaResolveVisitor.Option[] values()
for (SchemaResolveVisitor.Option c : SchemaResolveVisitor.Option.values()) System.out.println(c);
public static SchemaResolveVisitor.Option 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 static int of(SchemaResolveVisitor.Option... options)
Copyright © 2013–2017 Alibaba Group. All rights reserved.