public static class IntroduceVariableBase.JavaReplaceChoice extends java.lang.Object implements OccurrencesChooser.BaseReplaceChoice
Modifier and Type | Field and Description |
---|---|
static IntroduceVariableBase.JavaReplaceChoice |
ALL |
static IntroduceVariableBase.JavaReplaceChoice |
CHAIN |
static IntroduceVariableBase.JavaReplaceChoice |
CHAIN_ALL |
static IntroduceVariableBase.JavaReplaceChoice |
NO |
static IntroduceVariableBase.JavaReplaceChoice |
NO_CHAIN |
static IntroduceVariableBase.JavaReplaceChoice |
NO_WRITE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatDescription(int occurrencesCount) |
java.lang.String |
getDescription() |
boolean |
isAll() |
boolean |
isChain() |
boolean |
isMultiple() |
public static final IntroduceVariableBase.JavaReplaceChoice NO
public static final IntroduceVariableBase.JavaReplaceChoice NO_WRITE
public static final IntroduceVariableBase.JavaReplaceChoice ALL
public static final IntroduceVariableBase.JavaReplaceChoice NO_CHAIN
public static final IntroduceVariableBase.JavaReplaceChoice CHAIN
public static final IntroduceVariableBase.JavaReplaceChoice CHAIN_ALL
public java.lang.String getDescription()
public boolean isMultiple()
isMultiple
in interface OccurrencesChooser.BaseReplaceChoice
public boolean isAll()
isAll
in interface OccurrencesChooser.BaseReplaceChoice
public boolean isChain()
public java.lang.String formatDescription(int occurrencesCount)
formatDescription
in interface OccurrencesChooser.BaseReplaceChoice