public class TempTypeExtensionWithCondition extends TempTypeExtension
| Modifier and Type | Field and Description |
|---|---|
private RegEx |
value
the value.
|
private java.lang.String |
variable
the variable.
|
| Constructor and Description |
|---|
TempTypeExtensionWithCondition() |
| Modifier and Type | Method and Description |
|---|---|
RegEx |
getValue() |
java.lang.String |
getVariable() |
boolean |
hasCondition() |
void |
setValue(RegEx regEx) |
void |
setVariable(java.lang.String variable) |
getMeldung, getName, getPosition, getRegEx, isReady, setMeldung, setName, setPosition, setReady, setRegExprivate java.lang.String variable
private RegEx value
public java.lang.String getVariable()
public void setVariable(java.lang.String variable)
variable - the variable to setpublic RegEx getValue()
public void setValue(RegEx regEx)
regEx - the value to setpublic boolean hasCondition()
hasCondition in class TempTypeExtension