public abstract class AbstractSwitch extends Object implements SwitchInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY |
static String |
ERROR_NOT_VALID_HEADING_LEVEL |
| Constructor and Description |
|---|
AbstractSwitch() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLevel() |
int |
getStartLevel() |
Map<String,Integer> |
getStyleLevelMap() |
boolean |
isStyleSwitch() |
String |
parseFieldArgument(String fieldArgument) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, hasFieldArgument, processpublic static final String EMPTY
public static final String ERROR_NOT_VALID_HEADING_LEVEL
public String parseFieldArgument(String fieldArgument)
parseFieldArgument in interface SwitchInterfacepublic boolean isStyleSwitch()
isStyleSwitch in interface SwitchInterfacepublic int getStartLevel()
public int getEndLevel()
Copyright © 2007-2020. All Rights Reserved.