public interface UrlInput extends AbstractPeriodInput
The following features are supported:
ParserPackage.getUrlInput()
Modifier and Type | Method and Description |
---|---|
String |
getCharset()
Returns the value of the 'Charset' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isProbeCharacterSet()
Returns the value of the 'Probe Character Set' attribute.
|
void |
setCharset(String value)
Sets the value of the '
Charset ' attribute. |
void |
setProbeCharacterSet(boolean value)
Sets the value of the '
Probe Character Set ' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url ' attribute. |
getPeriod, setPeriod
createInput, getTransformers
String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String)
,
ParserPackage.getUrlInput_Url()
void setUrl(String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
boolean isProbeCharacterSet()
"true"
.
If the meaning of the 'Probe Character Set' attribute isn't clear, there really should be more of a description here...
setProbeCharacterSet(boolean)
,
ParserPackage.getUrlInput_ProbeCharacterSet()
void setProbeCharacterSet(boolean value)
Probe Character Set
' attribute.
value
- the new value of the 'Probe Character Set' attribute.isProbeCharacterSet()
String getCharset()
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
setCharset(String)
,
ParserPackage.getUrlInput_Charset()
void setCharset(String value)
Charset
' attribute.
value
- the new value of the 'Charset' attribute.getCharset()