public interface MaxCharsElement
| Modifier and Type | Method and Description |
|---|---|
integer |
getMaxChars()
Get value of the MAX-CHARS attribute.
|
void |
setMaxChars(double maxChars)
Set value of the MAX-CHARS attribute.
|
void |
setMaxChars(NumberType maxChars)
Set value of the MAX-CHARS attribute.
|
void setMaxChars(double maxChars)
maxChars - Value of the attribute.void setMaxChars(NumberType maxChars)
maxChars - Value of the attribute.integer getMaxChars()