Package com.evolveum.midpoint.prism
Enum Class PrismNamespaceContext.PrefixPreference
java.lang.Object
java.lang.Enum<PrismNamespaceContext.PrefixPreference>
com.evolveum.midpoint.prism.PrismNamespaceContext.PrefixPreference
- All Implemented Interfaces:
- Serializable,- Comparable<PrismNamespaceContext.PrefixPreference>,- Constable
- Enclosing class:
- PrismNamespaceContext
public static enum PrismNamespaceContext.PrefixPreference
extends Enum<PrismNamespaceContext.PrefixPreference>
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionReturns first found topmost (closest to namespace root) prefixReturns first found topmost (closest to namespace root) prefix which is not default
- 
Method SummaryModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
GLOBAL_FIRSTReturns first found topmost (closest to namespace root) prefix
- 
GLOBAL_FIRST_SKIP_DEFAULTSReturns first found topmost (closest to namespace root) prefix which is not default
- 
LOCAL_FIRST
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-