public interface TBM extends Triplet
The following features are supported:
AfplibPackage.getTBM()| Modifier and Type | Method and Description |
|---|---|
Integer |
getDIRCTION()
Returns the value of the 'DIRCTION' attribute
|
Integer |
getINCRMENT()
Returns the value of the 'INCRMENT' attribute
|
Integer |
getPRECSION()
Returns the value of the 'PRECSION' attribute
|
void |
setDIRCTION(Integer value)
Sets the value of the '
DIRCTION' attribute |
void |
setINCRMENT(Integer value)
Sets the value of the '
INCRMENT' attribute |
void |
setPRECSION(Integer value)
Sets the value of the '
PRECSION' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getDIRCTION()
mandatory
fixed length
setDIRCTION(Integer),
AfplibPackage.getTBM_DIRCTION()void setDIRCTION(Integer value)
DIRCTION' attribute.
value - the new value of the 'DIRCTION' attribute.getDIRCTION()Integer getPRECSION()
optional
fixed length
setPRECSION(Integer),
AfplibPackage.getTBM_PRECSION()void setPRECSION(Integer value)
PRECSION' attribute.
value - the new value of the 'PRECSION' attribute.getPRECSION()Integer getINCRMENT()
optional
fixed length
setINCRMENT(Integer),
AfplibPackage.getTBM_INCRMENT()void setINCRMENT(Integer value)
INCRMENT' attribute.
value - the new value of the 'INCRMENT' attribute.getINCRMENT()Copyright © 2017. All rights reserved.