public interface AttributeValue extends Triplet
The following features are supported:
AfplibPackage.getAttributeValue()| Modifier and Type | Method and Description |
|---|---|
String |
getAttVal()
Returns the value of the 'Att Val' attribute
|
Integer |
getReserved0()
Returns the value of the 'Reserved0' attribute
|
void |
setAttVal(String value)
Sets the value of the '
Att Val' attribute |
void |
setReserved0(Integer value)
Sets the value of the '
Reserved0' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getReserved0()
mandatory
fixed length
setReserved0(Integer),
AfplibPackage.getAttributeValue_Reserved0()void setReserved0(Integer value)
Reserved0' attribute.
value - the new value of the 'Reserved0' attribute.getReserved0()String getAttVal()
mandatory
variable length
setAttVal(String),
AfplibPackage.getAttributeValue_AttVal()void setAttVal(String value)
Att Val' attribute.
value - the new value of the 'Att Val' attribute.getAttVal()Copyright © 2017. All rights reserved.