*/
public void testEnum1() throws StoreException, StoreInvalidClassException,
StoreNotSerializableException, StoreClassNotFoundException,
StoreDataCorruptedException, StoreTooBigForSerializationException {
final EnumForTest EnumForTestVal1 = EnumForTest.VAL1;
final int ordinal = EnumForTestVal1.ordinal();
final String string = "string1";
EnumForTestVal1.setObject(string);
final BobContainer bobContainer = new BobContainer();
bobContainer.setObject1(EnumForTestVal1);