public class SquashMacroCallControlResult extends Object
Constructor and Description |
---|
SquashMacroCallControlResult() |
Modifier and Type | Method and Description |
---|---|
float |
getBestMatchSpecificity() |
List<org.squashtest.ta.intellij.plugin.macro.psi.SquashMacroMacroTitle> |
getCustomMacroTitles() |
org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacro |
getLatestMacroLineTemplate() |
int |
getMatchNumber() |
boolean |
isEmptyMacroLine() |
void |
setBestMatchSpecificity(float bestMatchSpecificity) |
void |
setCustomMacroTitles(List<org.squashtest.ta.intellij.plugin.macro.psi.SquashMacroMacroTitle> customMacroTitles) |
void |
setEmptyMacroLine(boolean emptyMacroLine) |
void |
setLatestMacroLineTemplate(org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacro latestMacroLineTemplate) |
void |
setMatchNumber(int matchNumber) |
String |
toString() |
public boolean isEmptyMacroLine()
public void setEmptyMacroLine(boolean emptyMacroLine)
public int getMatchNumber()
public void setMatchNumber(int matchNumber)
public List<org.squashtest.ta.intellij.plugin.macro.psi.SquashMacroMacroTitle> getCustomMacroTitles()
public void setCustomMacroTitles(List<org.squashtest.ta.intellij.plugin.macro.psi.SquashMacroMacroTitle> customMacroTitles)
public org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacro getLatestMacroLineTemplate()
public void setLatestMacroLineTemplate(org.squashtest.ta.galaxia.enginelink.components.SquashDSLMacro latestMacroLineTemplate)
public float getBestMatchSpecificity()
public void setBestMatchSpecificity(float bestMatchSpecificity)
Copyright © 2018-2019 Henix. All Rights Reserved.