public interface ObjectFunctionSetSpecification extends Triplet
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Integer |
getArchVrsn()
Returns the value of the 'Arch Vrsn' attribute
|
Integer |
getDCAFnSet()
Returns the value of the 'DCA Fn Set' attribute
|
Integer |
getObjType()
Returns the value of the 'Obj Type' attribute
|
Integer |
getOCAFnSet()
Returns the value of the 'OCA Fn Set' attribute
|
void |
setArchVrsn(Integer value)
Sets the value of the '
Arch Vrsn' attribute |
void |
setDCAFnSet(Integer value)
Sets the value of the '
DCA Fn Set' attribute |
void |
setObjType(Integer value)
Sets the value of the '
Obj Type' attribute |
void |
setOCAFnSet(Integer value)
Sets the value of the '
OCA Fn Set' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getObjType()
mandatory
fixed length
setObjType(Integer),
AfplibPackage.getObjectFunctionSetSpecification_ObjType()void setObjType(Integer value)
Obj Type' attribute.
value - the new value of the 'Obj Type' attribute.getObjType()Integer getArchVrsn()
mandatory
fixed length
setArchVrsn(Integer),
AfplibPackage.getObjectFunctionSetSpecification_ArchVrsn()void setArchVrsn(Integer value)
Arch Vrsn' attribute.
value - the new value of the 'Arch Vrsn' attribute.getArchVrsn()Integer getDCAFnSet()
mandatory
fixed length
setDCAFnSet(Integer),
AfplibPackage.getObjectFunctionSetSpecification_DCAFnSet()void setDCAFnSet(Integer value)
DCA Fn Set' attribute.
value - the new value of the 'DCA Fn Set' attribute.getDCAFnSet()Integer getOCAFnSet()
mandatory
fixed length
setOCAFnSet(Integer),
AfplibPackage.getObjectFunctionSetSpecification_OCAFnSet()void setOCAFnSet(Integer value)
OCA Fn Set' attribute.
value - the new value of the 'OCA Fn Set' attribute.getOCAFnSet()Copyright © 2017. All rights reserved.