150151152153154155156157158159160
switch (enumeration) { case BASIC_LINK: { return new BasicLink(parent, propertyList); } case BIDI_OVERRIDE: { return new BidiOverride(parent, propertyList); } case BLOCK: { return new Block(parent, propertyList); } case BLOCK_CONTAINER: {