public interface DBR extends Triplet
The following features are supported:
AfplibPackage.getDBR()| Modifier and Type | Method and Description |
|---|---|
Integer |
getRLENGTH()
Returns the value of the 'RLENGTH' attribute
|
Integer |
getRWIDTH()
Returns the value of the 'RWIDTH' attribute
|
Integer |
getRWIDTHFRACTION()
Returns the value of the 'RWIDTHFRACTION' attribute
|
void |
setRLENGTH(Integer value)
Sets the value of the '
RLENGTH' attribute |
void |
setRWIDTH(Integer value)
Sets the value of the '
RWIDTH' attribute |
void |
setRWIDTHFRACTION(Integer value)
Sets the value of the '
RWIDTHFRACTION' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getRLENGTH()
mandatory
fixed length
setRLENGTH(Integer),
AfplibPackage.getDBR_RLENGTH()void setRLENGTH(Integer value)
RLENGTH' attribute.
value - the new value of the 'RLENGTH' attribute.getRLENGTH()Integer getRWIDTH()
optional
fixed length
setRWIDTH(Integer),
AfplibPackage.getDBR_RWIDTH()void setRWIDTH(Integer value)
RWIDTH' attribute.
value - the new value of the 'RWIDTH' attribute.getRWIDTH()Integer getRWIDTHFRACTION()
optional
fixed length
setRWIDTHFRACTION(Integer),
AfplibPackage.getDBR_RWIDTHFRACTION()void setRWIDTHFRACTION(Integer value)
RWIDTHFRACTION' attribute.
value - the new value of the 'RWIDTHFRACTION' attribute.getRWIDTHFRACTION()Copyright © 2017. All rights reserved.