public BerNode create(int tag, BerInputStream stream) {
switch (tag) {
case Tag.CONTEXT | 0:
return new ObjectName().init("eventEnrollmentName", "eventEnrollmentName", tag, stream, true);
case Tag.CONTEXT | 1:
return new EventConditionName().init("eventConditionName", "eventConditionName", tag, stream, true);
case Tag.CONTEXT | 2:
return new EventActionName().init("eventActionName", "eventActionName", tag, stream, true);
case Tag.CONTEXT | 3:
return new ApplicationReference().init("clientApplication", "clientApplication", tag, stream);
case Tag.CONTEXT | 4: