Package org.somda.sdc.biceps.common
Class CommonConfig
- java.lang.Object
-
- org.somda.sdc.biceps.common.CommonConfig
-
public class CommonConfig extends Object
General configuration of the BICEPS common package.- See Also:
DefaultBicepsConfigModule
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOPY_MDIB_INPUTIf true any input to an MDIB is copied before stored in theMdibStorage.static StringCOPY_MDIB_OUTPUTIf true any output from an MDIB is copied before exposed to the user.
-
Constructor Summary
Constructors Constructor Description CommonConfig()
-
-
-
Field Detail
-
COPY_MDIB_INPUT
public static final String COPY_MDIB_INPUT
If true any input to an MDIB is copied before stored in theMdibStorage.This inhibits the user from changing the data stored in the
MdibStorage. Not being able to change the data after writing is at the expense of copying memory!- Data type: Boolean
- Use: optional
- See Also:
- Constant Field Values
-
COPY_MDIB_OUTPUT
public static final String COPY_MDIB_OUTPUT
If true any output from an MDIB is copied before exposed to the user.This inhibits the user from changing the data stored in the
MdibStorage. Not being able to change the data while reading is at the expense of copying memory!- Data type: Boolean
- Use: optional
- See Also:
- Constant Field Values
-
-