public interface FinishingOperation extends Triplet
The following features are supported:
AfplibPackage.getFinishingOperation()| Modifier and Type | Method and Description |
|---|---|
Integer |
getAxOffst()
Returns the value of the 'Ax Offst' attribute
|
Integer |
getFOpCnt()
Returns the value of the 'FOp Cnt' attribute
|
Integer |
getFOpType()
Returns the value of the 'FOp Type' attribute
|
byte[] |
getOpPos()
Returns the value of the 'Op Pos' attribute
|
Integer |
getRefEdge()
Returns the value of the 'Ref Edge' attribute
|
void |
setAxOffst(Integer value)
Sets the value of the '
Ax Offst' attribute |
void |
setFOpCnt(Integer value)
Sets the value of the '
FOp Cnt' attribute |
void |
setFOpType(Integer value)
Sets the value of the '
FOp Type' attribute |
void |
setOpPos(byte[] value)
Sets the value of the '
Op Pos' attribute |
void |
setRefEdge(Integer value)
Sets the value of the '
Ref Edge' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFOpType()
mandatory
fixed length
setFOpType(Integer),
AfplibPackage.getFinishingOperation_FOpType()void setFOpType(Integer value)
FOp Type' attribute.
value - the new value of the 'FOp Type' attribute.getFOpType()Integer getRefEdge()
mandatory
fixed length
setRefEdge(Integer),
AfplibPackage.getFinishingOperation_RefEdge()void setRefEdge(Integer value)
Ref Edge' attribute.
value - the new value of the 'Ref Edge' attribute.getRefEdge()Integer getFOpCnt()
mandatory
fixed length
setFOpCnt(Integer),
AfplibPackage.getFinishingOperation_FOpCnt()void setFOpCnt(Integer value)
FOp Cnt' attribute.
value - the new value of the 'FOp Cnt' attribute.getFOpCnt()Integer getAxOffst()
mandatory
fixed length
setAxOffst(Integer),
AfplibPackage.getFinishingOperation_AxOffst()void setAxOffst(Integer value)
Ax Offst' attribute.
value - the new value of the 'Ax Offst' attribute.getAxOffst()byte[] getOpPos()
optional
variable length
setOpPos(byte[]),
AfplibPackage.getFinishingOperation_OpPos()void setOpPos(byte[] value)
Op Pos' attribute.
value - the new value of the 'Op Pos' attribute.getOpPos()Copyright © 2017. All rights reserved.