public interface ImageEncoding extends Triplet
The following features are supported:
AfplibPackage.getImageEncoding()| Modifier and Type | Method and Description |
|---|---|
Integer |
getBITORDR()
Returns the value of the 'BITORDR' attribute
|
Integer |
getCOMPRID()
Returns the value of the 'COMPRID' attribute
|
Integer |
getRECID()
Returns the value of the 'RECID' attribute
|
void |
setBITORDR(Integer value)
Sets the value of the '
BITORDR' attribute |
void |
setCOMPRID(Integer value)
Sets the value of the '
COMPRID' attribute |
void |
setRECID(Integer value)
Sets the value of the '
RECID' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getCOMPRID()
mandatory
fixed length
setCOMPRID(Integer),
AfplibPackage.getImageEncoding_COMPRID()void setCOMPRID(Integer value)
COMPRID' attribute.
value - the new value of the 'COMPRID' attribute.getCOMPRID()Integer getRECID()
mandatory
fixed length
setRECID(Integer),
AfplibPackage.getImageEncoding_RECID()void setRECID(Integer value)
RECID' attribute.
value - the new value of the 'RECID' attribute.getRECID()Integer getBITORDR()
optional
fixed length
setBITORDR(Integer),
AfplibPackage.getImageEncoding_BITORDR()void setBITORDR(Integer value)
BITORDR' attribute.
value - the new value of the 'BITORDR' attribute.getBITORDR()Copyright © 2017. All rights reserved.