Modifier and Type | Field and Description |
---|---|
static String |
BOOLEAN_TAG |
static String |
CUSTOM_FORM_TAG |
static String |
DATE_TAG |
static String |
ENUM_TAG |
Constructor and Description |
---|
DSLSentence() |
Modifier and Type | Method and Description |
---|---|
DSLSentence |
copy()
This is used by the GUI when adding a sentence to LHS or RHS.
|
boolean |
equals(Object o) |
String |
getDefinition() |
String |
getDrl() |
Map<String,String> |
getEnumFieldValueMap() |
List<DSLVariableValue> |
getValues() |
int |
hashCode() |
String |
interpolate()
This will strip off any "{" stuff, substituting values accordingly
|
void |
setDefinition(String definition) |
void |
setDrl(String drl) |
String |
toString()
This will strip off any residual "{" stuff...
|
public static final String ENUM_TAG
public static final String DATE_TAG
public static final String BOOLEAN_TAG
public static final String CUSTOM_FORM_TAG
public String toString()
public String interpolate()
public DSLSentence copy()
public String getDrl()
public void setDrl(String drl)
public String getDefinition()
public void setDefinition(String definition)
public List<DSLVariableValue> getValues()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.