public interface BooleanSetValueConverter extends ValueConverterDefinition
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getFalseValues()
Returns the value of the 'False Values' attribute list.
|
Boolean |
getOtherwise()
Returns the value of the 'Otherwise' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getTrueValues()
Returns the value of the 'True Values' attribute list.
|
boolean |
isIgnoreCase()
Returns the value of the 'Ignore Case' attribute.
|
void |
setIgnoreCase(boolean value)
Sets the value of the '
Ignore Case ' attribute. |
void |
setOtherwise(Boolean value)
Sets the value of the '
Otherwise ' attribute. |
createConverter
org.eclipse.emf.common.util.EList<String> getTrueValues()
String
.
If the meaning of the 'True Values' attribute list isn't clear, there really should be more of a description here...
ParserPackage.getBooleanSetValueConverter_TrueValues()
org.eclipse.emf.common.util.EList<String> getFalseValues()
String
.
If the meaning of the 'False Values' attribute list isn't clear, there really should be more of a description here...
ParserPackage.getBooleanSetValueConverter_FalseValues()
Boolean getOtherwise()
If the meaning of the 'Otherwise' attribute isn't clear, there really should be more of a description here...
setOtherwise(Boolean)
,
ParserPackage.getBooleanSetValueConverter_Otherwise()
void setOtherwise(Boolean value)
Otherwise
' attribute.
value
- the new value of the 'Otherwise' attribute.getOtherwise()
boolean isIgnoreCase()
"false"
.
If the meaning of the 'Ignore Case' attribute isn't clear, there really should be more of a description here...
setIgnoreCase(boolean)
,
ParserPackage.getBooleanSetValueConverter_IgnoreCase()
void setIgnoreCase(boolean value)
Ignore Case
' attribute.
value
- the new value of the 'Ignore Case' attribute.isIgnoreCase()