public static enum ResolutionSettings.RESOLVE_CROSS_REFERENCES extends java.lang.Enum<ResolutionSettings.RESOLVE_CROSS_REFERENCES>
Enum Constant and Description |
---|
DO_NOT_RESOLVE
DO NOT RESOLVE CROSS REFERENCES
|
RESOLVE_ALL
RESOLVE CROSS REFERENCES INCLUDING AGENCIES
|
RESOLVE_EXCLUDE_AGENCIES
RESOLVE CROSS REFERENCES EXCLUDING AGENCIES
|
Modifier and Type | Method and Description |
---|---|
static ResolutionSettings.RESOLVE_CROSS_REFERENCES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionSettings.RESOLVE_CROSS_REFERENCES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResolutionSettings.RESOLVE_CROSS_REFERENCES DO_NOT_RESOLVE
public static final ResolutionSettings.RESOLVE_CROSS_REFERENCES RESOLVE_ALL
public static final ResolutionSettings.RESOLVE_CROSS_REFERENCES RESOLVE_EXCLUDE_AGENCIES
public static ResolutionSettings.RESOLVE_CROSS_REFERENCES[] values()
for (ResolutionSettings.RESOLVE_CROSS_REFERENCES c : ResolutionSettings.RESOLVE_CROSS_REFERENCES.values()) System.out.println(c);
public static ResolutionSettings.RESOLVE_CROSS_REFERENCES valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null