public enum SwiftGeneratorTweak extends Enum<SwiftGeneratorTweak>
| Enum Constant and Description |
|---|
ADD_CLOSEABLE_INTERFACE |
ADD_THRIFT_EXCEPTION |
EXTEND_RUNTIME_EXCEPTION |
USE_PLAIN_JAVA_NAMESPACE |
| Modifier and Type | Method and Description |
|---|---|
static SwiftGeneratorTweak |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwiftGeneratorTweak[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwiftGeneratorTweak ADD_THRIFT_EXCEPTION
public static final SwiftGeneratorTweak EXTEND_RUNTIME_EXCEPTION
public static final SwiftGeneratorTweak ADD_CLOSEABLE_INTERFACE
public static final SwiftGeneratorTweak USE_PLAIN_JAVA_NAMESPACE
public static SwiftGeneratorTweak[] values()
for (SwiftGeneratorTweak c : SwiftGeneratorTweak.values()) System.out.println(c);
public static SwiftGeneratorTweak 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 © 2012-2016 Facebook, Inc.. All Rights Reserved.