Package org.somda.sdc.biceps.common
Class CommonConstants
- java.lang.Object
-
- org.somda.sdc.biceps.common.CommonConstants
-
public class CommonConstants extends Object
Common BICEPS constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACE_EXTENSIONNamespace string of the BICEPS Extension Model.static StringNAMESPACE_EXTENSION_PREFIXPrefix used for the namespace of the BICEPS Extension Model.static StringNAMESPACE_MESSAGENamespace string of the BICEPS Message Model.static StringNAMESPACE_MESSAGE_PREFIXPrefix used for the namespace of the BICEPS Message Model.static StringNAMESPACE_PARTICIPANTNamespace string of the BICEPS Participant Model.static StringNAMESPACE_PARTICIPANT_PREFIXPrefix used for the namespace of the BICEPS Participant Model.
-
Constructor Summary
Constructors Constructor Description CommonConstants()
-
-
-
Field Detail
-
NAMESPACE_EXTENSION
public static final String NAMESPACE_EXTENSION
Namespace string of the BICEPS Extension Model.- See Also:
- Constant Field Values
-
NAMESPACE_EXTENSION_PREFIX
public static final String NAMESPACE_EXTENSION_PREFIX
Prefix used for the namespace of the BICEPS Extension Model.- See Also:
- Constant Field Values
-
NAMESPACE_PARTICIPANT
public static final String NAMESPACE_PARTICIPANT
Namespace string of the BICEPS Participant Model.- See Also:
- Constant Field Values
-
NAMESPACE_PARTICIPANT_PREFIX
public static final String NAMESPACE_PARTICIPANT_PREFIX
Prefix used for the namespace of the BICEPS Participant Model.- See Also:
- Constant Field Values
-
NAMESPACE_MESSAGE
public static final String NAMESPACE_MESSAGE
Namespace string of the BICEPS Message Model.- See Also:
- Constant Field Values
-
NAMESPACE_MESSAGE_PREFIX
public static final String NAMESPACE_MESSAGE_PREFIX
Prefix used for the namespace of the BICEPS Message Model.- See Also:
- Constant Field Values
-
-