public static enum JDBCEmitter.AttachmentStrategy extends Enum<JDBCEmitter.AttachmentStrategy>
Enum Constant and Description |
---|
ALL |
FIRST_ONLY |
Modifier and Type | Method and Description |
---|---|
static JDBCEmitter.AttachmentStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDBCEmitter.AttachmentStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JDBCEmitter.AttachmentStrategy FIRST_ONLY
public static final JDBCEmitter.AttachmentStrategy ALL
public static JDBCEmitter.AttachmentStrategy[] values()
for (JDBCEmitter.AttachmentStrategy c : JDBCEmitter.AttachmentStrategy.values()) System.out.println(c);
public static JDBCEmitter.AttachmentStrategy 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 © 2007–2022 The Apache Software Foundation. All rights reserved.