|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Definition of Record Type objects representing the possible record types in DDS
Field Summary | |
static String |
copyRight
|
static int |
MNUBAR
|
static int |
RECORD
|
static int |
RT_UNKNOWN
|
static int |
SFL
|
static int |
SFLCTL
|
static int |
SFLMSG
|
static int |
SFLMSGCTL
|
static int |
USRDFN
|
Method Summary | |
boolean |
isOfType(int typeId)
Is this object equivalent to the given primitive typeId |
boolean |
isRecordOfType(int typeId)
Query if this instance of record type corresponds to one of the known record type constants. |
boolean |
isSubFile()
Ease of use call to determine if this record is a subfile type |
String |
toString()
Return a string representing the text constant used for this type |
int |
typeId()
return a primitive type id corresponding to the type that this object is representing |
Field Detail |
public static final String copyRight
public static final int RECORD
public static final int SFL
public static final int SFLCTL
public static final int SFLMSG
public static final int USRDFN
public static final int MNUBAR
public static final int SFLMSGCTL
public static final int RT_UNKNOWN
Method Detail |
public boolean isRecordOfType(int typeId)
public boolean isSubFile()
public String toString()
toString
in class Object
public int typeId()
public boolean isOfType(int typeId)
|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |