iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.resources
Interface IISeriesMarker

All Known Subinterfaces:
IISeriesErrorListConstants
All Known Implementing Classes:
ISeriesErrorListLabelProvider, ISeriesMarkerUtil

public interface IISeriesMarker

This interface provides constants that are used for iSeries markers. Some of the constants which are attribute names have to match with the strings in the plugin.xml marker definition. They have to be kept in sync.


Field Summary
static String ANNOTATION
           
static String AS400_PROBLEM
           
static String CHAR_END
           
static String CHAR_START
           
static String CONNECTION_NAME
           
static String Copyright
           
static String ID
           
static String LINE
           
static String LINE_END
           
static String LINE_START
           
static String LOCATION
           
static String MESSAGE
           
static String PRIORITY
           
static String PROFILE_NAME
           
static String PROJECT_NAME
           
static String SEVERITY
           
static String SEVERITY_TEXT
           
static String SOURCE_TYPE
           
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

AS400_PROBLEM

public static final String AS400_PROBLEM
See Also:
Constant Field Values

PRIORITY

public static final String PRIORITY
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

SEVERITY

public static final String SEVERITY
See Also:
Constant Field Values

LINE

public static final String LINE
See Also:
Constant Field Values

LOCATION

public static final String LOCATION
See Also:
Constant Field Values

CONNECTION_NAME

public static final String CONNECTION_NAME
See Also:
Constant Field Values

SEVERITY_TEXT

public static final String SEVERITY_TEXT
See Also:
Constant Field Values

PROFILE_NAME

public static final String PROFILE_NAME
See Also:
Constant Field Values

LINE_START

public static final String LINE_START
See Also:
Constant Field Values

CHAR_START

public static final String CHAR_START
See Also:
Constant Field Values

LINE_END

public static final String LINE_END
See Also:
Constant Field Values

CHAR_END

public static final String CHAR_END
See Also:
Constant Field Values

SOURCE_TYPE

public static final String SOURCE_TYPE
See Also:
Constant Field Values

PROJECT_NAME

public static final String PROJECT_NAME
See Also:
Constant Field Values

ANNOTATION

public static final String ANNOTATION
See Also:
Constant Field Values

iSeries Remote Systems
v6.0.0

Copyright © 2005 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.