public final class ImportMode extends ExpandableStringEnum<ImportMode>
| Modifier and Type | Field and Description |
|---|---|
static ImportMode |
FORCE
Static value Force for ImportMode.
|
static ImportMode |
NO_FORCE
Static value NoForce for ImportMode.
|
| Constructor and Description |
|---|
ImportMode() |
| Modifier and Type | Method and Description |
|---|---|
static ImportMode |
fromString(String name)
Creates or finds a ImportMode from its string representation.
|
static Collection<ImportMode> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final ImportMode NO_FORCE
public static final ImportMode FORCE
public static ImportMode fromString(String name)
name - a name to look forpublic static Collection<ImportMode> values()
Copyright © 2019. All rights reserved.