public interface FixedLengthStringType extends BaseScalarType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getCharset()
Returns the value of the 'Charset' attribute.
|
int |
getMaxLength()
Returns the value of the 'Max Length' attribute.
|
void |
setCharset(String value)
Sets the value of the '
Charset ' attribute. |
void |
setMaxLength(int value)
Sets the value of the '
Max Length ' attribute. |
encode, getIndex, getLength, setIndex
int getMaxLength()
If the meaning of the 'Max Length' attribute isn't clear, there really should be more of a description here...
setMaxLength(int)
,
MemoryPackage.getFixedLengthStringType_MaxLength()
void setMaxLength(int value)
Max Length
' attribute.
value
- the new value of the 'Max Length' attribute.getMaxLength()
String getCharset()
"UTF-8"
.
If the meaning of the 'Charset' attribute isn't clear, there really should be more of a description here...
setCharset(String)
,
MemoryPackage.getFixedLengthStringType_Charset()
void setCharset(String value)
Charset
' attribute.
value
- the new value of the 'Charset' attribute.getCharset()