Package org.somda.sdc.glue.common
Class CommonConstants
- java.lang.Object
-
- org.somda.sdc.glue.common.CommonConstants
-
public class CommonConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACE_PREFIX_MAPPINGS_BICEPSNamespace mappings of the BICEPS model.static StringNAMESPACE_PREFIX_MAPPINGS_GLUENamespace mappings of the SDC Glue model.static StringNAMESPACE_PREFIX_MAPPINGS_MDPWSNamespace mappings of the MDPWS model.static StringNAMESPACE_SDCDefinition of the SDC target namespace.static StringNAMESPACE_SDC_PREFIXPrefix used for the SDC namespace.
-
Constructor Summary
Constructors Constructor Description CommonConstants()
-
-
-
Field Detail
-
NAMESPACE_SDC
public static final String NAMESPACE_SDC
Definition of the SDC target namespace.- See Also:
- Constant Field Values
-
NAMESPACE_SDC_PREFIX
public static final String NAMESPACE_SDC_PREFIX
Prefix used for the SDC namespace.- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX_MAPPINGS_MDPWS
public static final String NAMESPACE_PREFIX_MAPPINGS_MDPWS
Namespace mappings of the MDPWS model.todo DGr populate MDPWS namespace mappings constant
- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX_MAPPINGS_BICEPS
public static final String NAMESPACE_PREFIX_MAPPINGS_BICEPS
Namespace mappings of the BICEPS model.- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX_MAPPINGS_GLUE
public static final String NAMESPACE_PREFIX_MAPPINGS_GLUE
Namespace mappings of the SDC Glue model.- See Also:
- Constant Field Values
-
-