com.ibm.jdg2e.simplemodel.adapters
Interface ILocationPropertySource

All Known Implementing Classes:
LocationPropertySource

public interface ILocationPropertySource

Constants for use in the IPropertySource implementation.


Field Summary
static java.lang.String PROP_DISPLAY_ACTIVITY
          The label for the activity property in the Properties view.
static java.lang.String PROP_DISPLAY_NAME
          The label for the location property in the Properties view.
static java.lang.String PROP_DISPLAY_NOTHING
          The label for the dynamic category in the Properties view.
static java.lang.String PROP_DISPLAY_POLITICAL
          The label for the political unit property in the Properties view.
static java.lang.String PROP_ID_ACTIVITY
          The identifier used for the activity property in the Properties view.
static java.lang.String PROP_ID_NAME
          The identifier used for the location property in the Properties view.
static java.lang.String PROP_ID_NOTHING
          The identifier used for the N/A property in the Properties view.
static java.lang.String PROP_ID_POLITICAL
          The identifier used for the political unit property in the Properties view.
 

Field Detail

PROP_DISPLAY_ACTIVITY

public static final java.lang.String PROP_DISPLAY_ACTIVITY
The label for the activity property in the Properties view.

See Also:
Constant Field Values

PROP_DISPLAY_NAME

public static final java.lang.String PROP_DISPLAY_NAME
The label for the location property in the Properties view.

See Also:
Constant Field Values

PROP_DISPLAY_NOTHING

public static final java.lang.String PROP_DISPLAY_NOTHING
The label for the dynamic category in the Properties view.

See Also:
Constant Field Values

PROP_DISPLAY_POLITICAL

public static final java.lang.String PROP_DISPLAY_POLITICAL
The label for the political unit property in the Properties view.

See Also:
Constant Field Values

PROP_ID_ACTIVITY

public static final java.lang.String PROP_ID_ACTIVITY
The identifier used for the activity property in the Properties view.

See Also:
Constant Field Values

PROP_ID_NAME

public static final java.lang.String PROP_ID_NAME
The identifier used for the location property in the Properties view.

See Also:
Constant Field Values

PROP_ID_NOTHING

public static final java.lang.String PROP_ID_NOTHING
The identifier used for the N/A property in the Properties view.

See Also:
Constant Field Values

PROP_ID_POLITICAL

public static final java.lang.String PROP_ID_POLITICAL
The identifier used for the political unit property in the Properties view.

See Also:
Constant Field Values