public interface ObjectClassification extends Triplet
The following features are supported:
AfplibPackage.getObjectClassification()| Modifier and Type | Method and Description |
|---|---|
String |
getCompName()
Returns the value of the 'Comp Name' attribute
|
Integer |
getObjClass()
Returns the value of the 'Obj Class' attribute
|
String |
getObjLev()
Returns the value of the 'Obj Lev' attribute
|
String |
getObjTpName()
Returns the value of the 'Obj Tp Name' attribute
|
byte[] |
getRegObjId()
Returns the value of the 'Reg Obj Id' attribute
|
Integer |
getStrucFlgs()
Returns the value of the 'Struc Flgs' attribute
|
void |
setCompName(String value)
Sets the value of the '
Comp Name' attribute |
void |
setObjClass(Integer value)
Sets the value of the '
Obj Class' attribute |
void |
setObjLev(String value)
Sets the value of the '
Obj Lev' attribute |
void |
setObjTpName(String value)
Sets the value of the '
Obj Tp Name' attribute |
void |
setRegObjId(byte[] value)
Sets the value of the '
Reg Obj Id' attribute |
void |
setStrucFlgs(Integer value)
Sets the value of the '
Struc Flgs' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getObjClass()
mandatory
fixed length
setObjClass(Integer),
AfplibPackage.getObjectClassification_ObjClass()void setObjClass(Integer value)
Obj Class' attribute.
value - the new value of the 'Obj Class' attribute.getObjClass()Integer getStrucFlgs()
mandatory
fixed length
setStrucFlgs(Integer),
AfplibPackage.getObjectClassification_StrucFlgs()void setStrucFlgs(Integer value)
Struc Flgs' attribute.
value - the new value of the 'Struc Flgs' attribute.getStrucFlgs()byte[] getRegObjId()
mandatory
fixed length
setRegObjId(byte[]),
AfplibPackage.getObjectClassification_RegObjId()void setRegObjId(byte[] value)
Reg Obj Id' attribute.
value - the new value of the 'Reg Obj Id' attribute.getRegObjId()String getObjTpName()
optional
fixed length
setObjTpName(String),
AfplibPackage.getObjectClassification_ObjTpName()void setObjTpName(String value)
Obj Tp Name' attribute.
value - the new value of the 'Obj Tp Name' attribute.getObjTpName()String getObjLev()
optional
fixed length
setObjLev(String),
AfplibPackage.getObjectClassification_ObjLev()void setObjLev(String value)
Obj Lev' attribute.
value - the new value of the 'Obj Lev' attribute.getObjLev()String getCompName()
optional
fixed length
setCompName(String),
AfplibPackage.getObjectClassification_CompName()void setCompName(String value)
Comp Name' attribute.
value - the new value of the 'Comp Name' attribute.getCompName()Copyright © 2017. All rights reserved.