public enum DominoJMapMapperFactoryHolder extends java.lang.Enum<DominoJMapMapperFactoryHolder> implements DominoJMapMapperFactory
Keep domino to jmap field factory and vice versa. Provides the mapper instance depending on the domino form type or jmap type.
Enum Constant and Description |
---|
INSTANCE
Conversion factory
|
Modifier and Type | Method and Description |
---|---|
DominoJMapMapper |
getMapperFromForm(java.lang.String dominoFormName) |
DominoJMapMapper |
getMapperFromJMap(java.lang.String jMapType) |
static DominoJMapMapperFactoryHolder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DominoJMapMapperFactoryHolder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DominoJMapMapperFactoryHolder INSTANCE
public static DominoJMapMapperFactoryHolder[] values()
for (DominoJMapMapperFactoryHolder c : DominoJMapMapperFactoryHolder.values()) System.out.println(c);
public static DominoJMapMapperFactoryHolder 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 nullpublic DominoJMapMapper getMapperFromForm(java.lang.String dominoFormName)
getMapperFromForm
in interface DominoJMapMapperFactory
dominoFormName
- public DominoJMapMapper getMapperFromJMap(java.lang.String jMapType)
getMapperFromJMap
in interface DominoJMapMapperFactory
jMapType
-