public interface WindowSpecification extends Triplet
The following features are supported:
AfplibPackage.getWindowSpecification()| Modifier and Type | Method and Description |
|---|---|
Integer |
getCFORMAT()
Returns the value of the 'CFORMAT' attribute
|
Integer |
getFLAGS()
Returns the value of the 'FLAGS' attribute
|
Integer |
getIMGXYRES()
Returns the value of the 'IMGXYRES' attribute
|
Integer |
getRES3()
Returns the value of the 'RES3' attribute
|
Integer |
getUBASE()
Returns the value of the 'UBASE' attribute
|
Integer |
getXLWIND()
Returns the value of the 'XLWIND' attribute
|
Integer |
getXRESOL()
Returns the value of the 'XRESOL' attribute
|
Integer |
getXRWIND()
Returns the value of the 'XRWIND' attribute
|
Integer |
getYBWIND()
Returns the value of the 'YBWIND' attribute
|
Integer |
getYRESOL()
Returns the value of the 'YRESOL' attribute
|
Integer |
getYTWIND()
Returns the value of the 'YTWIND' attribute
|
void |
setCFORMAT(Integer value)
Sets the value of the '
CFORMAT' attribute |
void |
setFLAGS(Integer value)
Sets the value of the '
FLAGS' attribute |
void |
setIMGXYRES(Integer value)
Sets the value of the '
IMGXYRES' attribute |
void |
setRES3(Integer value)
Sets the value of the '
RES3' attribute |
void |
setUBASE(Integer value)
Sets the value of the '
UBASE' attribute |
void |
setXLWIND(Integer value)
Sets the value of the '
XLWIND' attribute |
void |
setXRESOL(Integer value)
Sets the value of the '
XRESOL' attribute |
void |
setXRWIND(Integer value)
Sets the value of the '
XRWIND' attribute |
void |
setYBWIND(Integer value)
Sets the value of the '
YBWIND' attribute |
void |
setYRESOL(Integer value)
Sets the value of the '
YRESOL' attribute |
void |
setYTWIND(Integer value)
Sets the value of the '
YTWIND' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFLAGS()
mandatory
fixed length
setFLAGS(Integer),
AfplibPackage.getWindowSpecification_FLAGS()void setFLAGS(Integer value)
FLAGS' attribute.
value - the new value of the 'FLAGS' attribute.getFLAGS()Integer getRES3()
mandatory
fixed length
setRES3(Integer),
AfplibPackage.getWindowSpecification_RES3()void setRES3(Integer value)
RES3' attribute.
value - the new value of the 'RES3' attribute.getRES3()Integer getCFORMAT()
mandatory
fixed length
setCFORMAT(Integer),
AfplibPackage.getWindowSpecification_CFORMAT()void setCFORMAT(Integer value)
CFORMAT' attribute.
value - the new value of the 'CFORMAT' attribute.getCFORMAT()Integer getUBASE()
mandatory
fixed length
setUBASE(Integer),
AfplibPackage.getWindowSpecification_UBASE()void setUBASE(Integer value)
UBASE' attribute.
value - the new value of the 'UBASE' attribute.getUBASE()Integer getXRESOL()
mandatory
fixed length
setXRESOL(Integer),
AfplibPackage.getWindowSpecification_XRESOL()void setXRESOL(Integer value)
XRESOL' attribute.
value - the new value of the 'XRESOL' attribute.getXRESOL()Integer getYRESOL()
mandatory
fixed length
setYRESOL(Integer),
AfplibPackage.getWindowSpecification_YRESOL()void setYRESOL(Integer value)
YRESOL' attribute.
value - the new value of the 'YRESOL' attribute.getYRESOL()Integer getIMGXYRES()
mandatory
fixed length
setIMGXYRES(Integer),
AfplibPackage.getWindowSpecification_IMGXYRES()void setIMGXYRES(Integer value)
IMGXYRES' attribute.
value - the new value of the 'IMGXYRES' attribute.getIMGXYRES()Integer getXLWIND()
mandatory
fixed length
setXLWIND(Integer),
AfplibPackage.getWindowSpecification_XLWIND()void setXLWIND(Integer value)
XLWIND' attribute.
value - the new value of the 'XLWIND' attribute.getXLWIND()Integer getXRWIND()
mandatory
fixed length
setXRWIND(Integer),
AfplibPackage.getWindowSpecification_XRWIND()void setXRWIND(Integer value)
XRWIND' attribute.
value - the new value of the 'XRWIND' attribute.getXRWIND()Integer getYBWIND()
mandatory
fixed length
setYBWIND(Integer),
AfplibPackage.getWindowSpecification_YBWIND()void setYBWIND(Integer value)
YBWIND' attribute.
value - the new value of the 'YBWIND' attribute.getYBWIND()Integer getYTWIND()
mandatory
fixed length
setYTWIND(Integer),
AfplibPackage.getWindowSpecification_YTWIND()void setYTWIND(Integer value)
YTWIND' attribute.
value - the new value of the 'YTWIND' attribute.getYTWIND()Copyright © 2017. All rights reserved.