public class TemplateLoadOptions
extends java.lang.Object
Specific load options data class.
Constructor and Description |
---|
TemplateLoadOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getNamesAreCaseSensitive()
Property that specifies whether the template and data element names will be matched regardless to the character case or not.
|
void |
setNamesAreCaseSensitive(boolean value)
Property that specifies whether the template and data element names will be matched regardless to the character case or not.
|
public final boolean getNamesAreCaseSensitive()
Property that specifies whether the template and data element names will be matched regardless to the character case or not. If true, matching is case sensitive; if false, character case will be ignored. Default value is true.
public final void setNamesAreCaseSensitive(boolean value)
Property that specifies whether the template and data element names will be matched regardless to the character case or not. If true, matching is case sensitive; if false, character case will be ignored. Default value is true.