public interface MPS extends SF
The following features are supported:
AfplibPackage.getMPS()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MPSRG> |
getFixedLengthRG()
Returns the value of the 'Fixed Length RG' containment reference list.
|
byte[] |
getReserved()
Returns the value of the 'Reserved' attribute
|
Integer |
getRGLength()
Returns the value of the 'RG Length' attribute
|
void |
setReserved(byte[] value)
Sets the value of the '
Reserved' attribute |
void |
setRGLength(Integer value)
Sets the value of the '
RG Length' attribute |
getCharset, getChildren, getId, getLength, getNumber, getOffset, getRawData, isBegin, isDefault, isEnd, setCharset, setId, setLength, setNumber, setOffset, setRawDataInteger getRGLength()
mandatory
fixed length
setRGLength(Integer),
AfplibPackage.getMPS_RGLength()void setRGLength(Integer value)
RG Length' attribute.
value - the new value of the 'RG Length' attribute.getRGLength()byte[] getReserved()
mandatory
fixed length
setReserved(byte[]),
AfplibPackage.getMPS_Reserved()void setReserved(byte[] value)
Reserved' attribute.
value - the new value of the 'Reserved' attribute.getReserved()org.eclipse.emf.common.util.EList<MPSRG> getFixedLengthRG()
MPSRG.
mandatory
variable length
AfplibPackage.getMPS_FixedLengthRG()Copyright © 2017. All rights reserved.