public enum RangerReplicationImportStrategy extends Enum<RangerReplicationImportStrategy>
Modifier and Type | Class and Description |
---|---|
static class |
RangerReplicationImportStrategy.Adapter |
Modifier and Type | Method and Description |
---|---|
static RangerReplicationImportStrategy |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static RangerReplicationImportStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangerReplicationImportStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="MERGE") public static final RangerReplicationImportStrategy MERGE
@SerializedName(value="OVERRIDE") public static final RangerReplicationImportStrategy OVERRIDE
public static RangerReplicationImportStrategy[] values()
for (RangerReplicationImportStrategy c : RangerReplicationImportStrategy.values()) System.out.println(c);
public static RangerReplicationImportStrategy 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 String getValue()
public String toString()
toString
in class Enum<RangerReplicationImportStrategy>
public static RangerReplicationImportStrategy fromValue(String input)
Copyright © 2024. All rights reserved.