public interface DeviceAppearance extends Triplet
The following features are supported:
AfplibPackage.getDeviceAppearance()| Modifier and Type | Method and Description |
|---|---|
Integer |
getDevApp()
Returns the value of the 'Dev App' attribute
|
byte[] |
getReserved()
Returns the value of the 'Reserved' attribute
|
void |
setDevApp(Integer value)
Sets the value of the '
Dev App' attribute |
void |
setReserved(byte[] value)
Sets the value of the '
Reserved' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getDevApp()
mandatory
fixed length
setDevApp(Integer),
AfplibPackage.getDeviceAppearance_DevApp()void setDevApp(Integer value)
Dev App' attribute.
value - the new value of the 'Dev App' attribute.getDevApp()byte[] getReserved()
mandatory
fixed length
setReserved(byte[]),
AfplibPackage.getDeviceAppearance_Reserved()void setReserved(byte[] value)
Reserved' attribute.
value - the new value of the 'Reserved' attribute.getReserved()Copyright © 2017. All rights reserved.