public static enum PartialImportRepresentation.Policy extends Enum<PartialImportRepresentation.Policy>
Modifier and Type | Method and Description |
---|---|
static PartialImportRepresentation.Policy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartialImportRepresentation.Policy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartialImportRepresentation.Policy SKIP
public static final PartialImportRepresentation.Policy OVERWRITE
public static final PartialImportRepresentation.Policy FAIL
public static PartialImportRepresentation.Policy[] values()
for (PartialImportRepresentation.Policy c : PartialImportRepresentation.Policy.values()) System.out.println(c);
public static PartialImportRepresentation.Policy 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 © 2016 JBoss by Red Hat. All rights reserved.