public static enum UmbrellaHeaderModuleMap.SwiftMode extends Enum<UmbrellaHeaderModuleMap.SwiftMode>
| Enum Constant and Description |
|---|
EXCLUDE_SWIFT_HEADER |
INCLUDE_SWIFT_HEADER |
NO_SWIFT |
| Modifier and Type | Method and Description |
|---|---|
static UmbrellaHeaderModuleMap.SwiftMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UmbrellaHeaderModuleMap.SwiftMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmbrellaHeaderModuleMap.SwiftMode NO_SWIFT
public static final UmbrellaHeaderModuleMap.SwiftMode EXCLUDE_SWIFT_HEADER
public static final UmbrellaHeaderModuleMap.SwiftMode INCLUDE_SWIFT_HEADER
public static UmbrellaHeaderModuleMap.SwiftMode[] values()
for (UmbrellaHeaderModuleMap.SwiftMode c : UmbrellaHeaderModuleMap.SwiftMode.values()) System.out.println(c);
public static UmbrellaHeaderModuleMap.SwiftMode 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 null