com.ibm.as400.access
Class PanelGroupHelpIdentifier

java.lang.Object
  extended by com.ibm.as400.access.PanelGroupHelpIdentifier

public class PanelGroupHelpIdentifier
extends Object

Represents information about a specific help identifier for an OS/400 panel group (*PNLGRP) object. Use PanelGroup.getHelpIdentifiers() to create an instance of this class.

See Also:
PanelGroup, Command, CommandHelpRetriever

Field Summary
Modifier and Type Field and Description
static int STATUS_FOUND
          Constant indicating that the keyword specified for this help identifier and panel group was found and information about the help identifier was retrieved.
static int STATUS_NAME_NOT_CORRECT
          Constant indicating that the keyword specified for this help identifier and panel group was not correct.
static int STATUS_OBJECT_ACCESS_FAILURE
          Constant indicating that the system encountered a problem while accessing the panel group or specified keyword information.
static int STATUS_UNKNOWN
          Constant indicating that the system returned a status code that is not known.
 
Method Summary
Modifier and Type Method and Description
 String getAnchor()
          Returns the name of the anchor within the help document for this help identifier.
 String getName()
          Returns the name of the help identifier.
 String getPath()
          Returns the path of the panel group from whence this help identifier came.
 int getStatus()
          Returns the state of the information for this help identifier.
 String toString()
          Returns a String representation of this help identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATUS_NAME_NOT_CORRECT

public static final int STATUS_NAME_NOT_CORRECT
Constant indicating that the keyword specified for this help identifier and panel group was not correct.

See Also:
Constant Field Values

STATUS_FOUND

public static final int STATUS_FOUND
Constant indicating that the keyword specified for this help identifier and panel group was found and information about the help identifier was retrieved.

See Also:
Constant Field Values

STATUS_OBJECT_ACCESS_FAILURE

public static final int STATUS_OBJECT_ACCESS_FAILURE
Constant indicating that the system encountered a problem while accessing the panel group or specified keyword information. Check the remote command host server job log for details.

See Also:
Constant Field Values

STATUS_UNKNOWN

public static final int STATUS_UNKNOWN
Constant indicating that the system returned a status code that is not known.

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Returns the name of the help identifier.

Returns:
The help identifier name.

getPath

public String getPath()
Returns the path of the panel group from whence this help identifier came.

Returns:
The path.

getStatus

public int getStatus()
Returns the state of the information for this help identifier. Possible values are:

Returns:
The status.

getAnchor

public String getAnchor()
Returns the name of the anchor within the help document for this help identifier.

Returns:
The anchor name.

toString

public String toString()
Returns a String representation of this help identifier.

Overrides:
toString in class Object
Returns:
The string.