public interface CFIRG extends Triplet
The following features are supported:
AfplibPackage.getCFIRG()| Modifier and Type | Method and Description |
|---|---|
String |
getCPName()
Returns the value of the 'CP Name' attribute
|
String |
getFCSName()
Returns the value of the 'FCS Name' attribute
|
byte[] |
getReserved()
Returns the value of the 'Reserved' attribute
|
Integer |
getSection()
Returns the value of the 'Section' attribute
|
Integer |
getSHScale()
Returns the value of the 'SH Scale' attribute
|
Integer |
getSVSize()
Returns the value of the 'SV Size' attribute
|
void |
setCPName(String value)
Sets the value of the '
CP Name' attribute |
void |
setFCSName(String value)
Sets the value of the '
FCS Name' attribute |
void |
setReserved(byte[] value)
Sets the value of the '
Reserved' attribute |
void |
setSection(Integer value)
Sets the value of the '
Section' attribute |
void |
setSHScale(Integer value)
Sets the value of the '
SH Scale' attribute |
void |
setSVSize(Integer value)
Sets the value of the '
SV Size' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberString getFCSName()
mandatory
fixed length
setFCSName(String),
AfplibPackage.getCFIRG_FCSName()void setFCSName(String value)
FCS Name' attribute.
value - the new value of the 'FCS Name' attribute.getFCSName()String getCPName()
mandatory
fixed length
setCPName(String),
AfplibPackage.getCFIRG_CPName()void setCPName(String value)
CP Name' attribute.
value - the new value of the 'CP Name' attribute.getCPName()Integer getSVSize()
mandatory
fixed length
setSVSize(Integer),
AfplibPackage.getCFIRG_SVSize()void setSVSize(Integer value)
SV Size' attribute.
value - the new value of the 'SV Size' attribute.getSVSize()Integer getSHScale()
mandatory
fixed length
setSHScale(Integer),
AfplibPackage.getCFIRG_SHScale()void setSHScale(Integer value)
SH Scale' attribute.
value - the new value of the 'SH Scale' attribute.getSHScale()byte[] getReserved()
mandatory
variable length
setReserved(byte[]),
AfplibPackage.getCFIRG_Reserved()void setReserved(byte[] value)
Reserved' attribute.
value - the new value of the 'Reserved' attribute.getReserved()Integer getSection()
mandatory
fixed length
setSection(Integer),
AfplibPackage.getCFIRG_Section()void setSection(Integer value)
Section' attribute.
value - the new value of the 'Section' attribute.getSection()Copyright © 2017. All rights reserved.