public interface FixedLengthBlobType extends BaseScalarType
The following features are supported:
MemoryPackage.getFixedLengthBlobType()
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, 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.getFixedLengthBlobType_MaxLength()
void setMaxLength(int value)
Max Length
' attribute.
value
- the new value of the 'Max Length' attribute.getMaxLength()