public interface FixedLengthBlobType extends BaseScalarType
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength()
Returns the value of the 'Max Length' attribute.
|
void |
setMaxLength(int value)
Sets the value of the '
Max Length' attribute. |
encode, getIndex, getLength, setIndexint getMaxLength()
If the meaning of the 'Max Length' attribute isn't clear, there really should be more of a description here...
setMaxLength(int),
MemoryPackage.getFixedLengthBlobType_MaxLength()void setMaxLength(int value)
Max Length' attribute.
value - the new value of the 'Max Length' attribute.getMaxLength()