public enum IgnoreReason extends Enum<IgnoreReason>
Enum Constant and Description |
---|
CONNECTED_IGNORED |
CONTAINER_IGNORED |
FALSE_UPDATE_IGNORED |
IGNORED_REFERENCE |
LINK_END_IGNORED |
MISSING_IN_UCMDB_IGNORED |
MISSING_RECONCILIATION |
MULTIPLE_MATCH_IGNORED |
Modifier and Type | Method and Description |
---|---|
static IgnoreReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgnoreReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgnoreReason CONNECTED_IGNORED
public static final IgnoreReason CONTAINER_IGNORED
public static final IgnoreReason IGNORED_REFERENCE
public static final IgnoreReason MISSING_RECONCILIATION
public static final IgnoreReason MULTIPLE_MATCH_IGNORED
public static final IgnoreReason LINK_END_IGNORED
public static final IgnoreReason MISSING_IN_UCMDB_IGNORED
public static final IgnoreReason FALSE_UPDATE_IGNORED
public static IgnoreReason[] values()
for (IgnoreReason c : IgnoreReason.values()) System.out.println(c);
public static IgnoreReason 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 Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.