iSeries WebFacing
v5.0

com.ibm.as400ad.code400.dom.constants
Interface IRecordType

All Superinterfaces:
com.ibm.as400ad.code400.dom.constants.IType

public interface IRecordType
extends com.ibm.as400ad.code400.dom.constants.IType

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

copyRight

public static final String copyRight

RECORD

public static final int RECORD

SFL

public static final int SFL

SFLCTL

public static final int SFLCTL

SFLMSG

public static final int SFLMSG

USRDFN

public static final int USRDFN

MNUBAR

public static final int MNUBAR

SFLMSGCTL

public static final int SFLMSGCTL

RT_UNKNOWN

public static final int RT_UNKNOWN
Method Detail

isRecordOfType

public boolean isRecordOfType(int typeId)
Query if this instance of record type corresponds to one of the known record type constants.

isSubFile

public boolean isSubFile()
Ease of use call to determine if this record is a subfile type

toString

public String toString()
Return a string representing the text constant used for this type
Overrides:
toString in class Object

typeId

public int typeId()
return a primitive type id corresponding to the type that this object is representing

isOfType

public boolean isOfType(int typeId)
Is this object equivalent to the given primitive typeId

iSeries WebFacing
v5.0

Copyright © 2003 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.