DhInsertEnum Class

DhInsertEnum Class

This Package | All Packages

Enum
  |
  +--DhInsertEnum
public class DhInsertEnum
extends wfc.cor.Enum

Provides constants for inserting DhElement items into container items.

Fields
Name Description
INSERT_AFTER Inserts the item after the specified item in the list.
INSERT_BEFORE Inserts the item before the specific item in the list.
INSERT_BEGINNING Inserts the item at the beginning of the current list.
INSERT_END Inserts the item at the end of the current list.

Fields

DhInsertEnum.INSERT_AFTER

Syntax
public static final int INSERT_AFTER;
Description
Inserts the item after the specified item in the list.

DhInsertEnum.INSERT_BEFORE

Syntax
public static final int INSERT_BEFORE;
Description
Inserts the item before the specific item in the list.

DhInsertEnum.INSERT_BEGINNING

Syntax
public static final int INSERT_BEGINNING;
Description
Inserts the item at the beginning of the current list.

DhInsertEnum.INSERT_END

Syntax
public static final int INSERT_END;
Description
Inserts the item at the end of the current list.