protected static enum ConnectionMetadataConstructor.ArgListTypesToGenerate extends Enum<ConnectionMetadataConstructor.ArgListTypesToGenerate>
| Enum Constant and Description |
|---|
CAST_TO_CLASSES |
CLASSES |
INTERFACE |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionMetadataConstructor.ArgListTypesToGenerate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMetadataConstructor.ArgListTypesToGenerate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionMetadataConstructor.ArgListTypesToGenerate NONE
public static final ConnectionMetadataConstructor.ArgListTypesToGenerate CLASSES
public static final ConnectionMetadataConstructor.ArgListTypesToGenerate INTERFACE
public static final ConnectionMetadataConstructor.ArgListTypesToGenerate CAST_TO_CLASSES
public static ConnectionMetadataConstructor.ArgListTypesToGenerate[] values()
for (ConnectionMetadataConstructor.ArgListTypesToGenerate c : ConnectionMetadataConstructor.ArgListTypesToGenerate.values()) System.out.println(c);
public static ConnectionMetadataConstructor.ArgListTypesToGenerate 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 nullCopyright © 2015. All Rights Reserved.