public interface IDEStructure extends Triplet
The following features are supported:
AfplibPackage.getIDEStructure()| Modifier and Type | Method and Description |
|---|---|
Integer |
getFLAGS()
Returns the value of the 'FLAGS' attribute
|
Integer |
getFORMAT()
Returns the value of the 'FORMAT' attribute
|
Integer |
getSIZE1()
Returns the value of the 'SIZE1' attribute
|
Integer |
getSIZE2()
Returns the value of the 'SIZE2' attribute
|
Integer |
getSIZE3()
Returns the value of the 'SIZE3' attribute
|
Integer |
getSIZE4()
Returns the value of the 'SIZE4' attribute
|
void |
setFLAGS(Integer value)
Sets the value of the '
FLAGS' attribute |
void |
setFORMAT(Integer value)
Sets the value of the '
FORMAT' attribute |
void |
setSIZE1(Integer value)
Sets the value of the '
SIZE1' attribute |
void |
setSIZE2(Integer value)
Sets the value of the '
SIZE2' attribute |
void |
setSIZE3(Integer value)
Sets the value of the '
SIZE3' attribute |
void |
setSIZE4(Integer value)
Sets the value of the '
SIZE4' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFLAGS()
mandatory
fixed length
setFLAGS(Integer),
AfplibPackage.getIDEStructure_FLAGS()void setFLAGS(Integer value)
FLAGS' attribute.
value - the new value of the 'FLAGS' attribute.getFLAGS()Integer getFORMAT()
mandatory
fixed length
setFORMAT(Integer),
AfplibPackage.getIDEStructure_FORMAT()void setFORMAT(Integer value)
FORMAT' attribute.
value - the new value of the 'FORMAT' attribute.getFORMAT()Integer getSIZE1()
mandatory
fixed length
setSIZE1(Integer),
AfplibPackage.getIDEStructure_SIZE1()void setSIZE1(Integer value)
SIZE1' attribute.
value - the new value of the 'SIZE1' attribute.getSIZE1()Integer getSIZE2()
optional
fixed length
setSIZE2(Integer),
AfplibPackage.getIDEStructure_SIZE2()void setSIZE2(Integer value)
SIZE2' attribute.
value - the new value of the 'SIZE2' attribute.getSIZE2()Integer getSIZE3()
optional
fixed length
setSIZE3(Integer),
AfplibPackage.getIDEStructure_SIZE3()void setSIZE3(Integer value)
SIZE3' attribute.
value - the new value of the 'SIZE3' attribute.getSIZE3()Integer getSIZE4()
optional
fixed length
setSIZE4(Integer),
AfplibPackage.getIDEStructure_SIZE4()void setSIZE4(Integer value)
SIZE4' attribute.
value - the new value of the 'SIZE4' attribute.getSIZE4()Copyright © 2017. All rights reserved.