public class PanelGroupHelpIdentifier
extends java.lang.Object
PanelGroup.getHelpIdentifiers()
to create an instance of this class.PanelGroup,
Command,
CommandHelpRetriever| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnchor()
Returns the name of the anchor within the help document
for this help identifier.
|
java.lang.String |
getName()
Returns the name of the help identifier.
|
java.lang.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.
|
java.lang.String |
toString()
Returns a String representation of this help identifier.
|
public static final int STATUS_NAME_NOT_CORRECT
public static final int STATUS_FOUND
public static final int STATUS_OBJECT_ACCESS_FAILURE
public static final int STATUS_UNKNOWN
public java.lang.String getName()
public java.lang.String getPath()
public int getStatus()
STATUS_NAME_NOT_CORRECT - The system
could not find the help identifier.
STATUS_FOUND - The system found the help identifier
and retrieved its information.
STATUS_OBJECT_ACCESS_FAILURE - The system could not retrieve
the help identifier information for some reason. See the remote command host
server job log for details.
STATUS_UNKNOWN - The system returned a help
identifier status that is not known.
public java.lang.String getAnchor()
public java.lang.String toString()
toString in class java.lang.Object