OptionalContentOrderLeaf Class Documentation

classOptionalContentOrderLeaf : OptionalContentOrderNode

Namespace:com::datalogics::PDFL

Inherits from:
OptionalContentOrderNode

Detailed Description

Leaf node class for items in the OptionalContentConfig Order array. Items in the Order array can be arranged into a tree structure. Each 'leaf' on this tree would be an OptionalContentOrderLeaf that contains a reference to an OptionalContentGroup in this document.

Constructor & Destructor Documentation

OptionalContentOrderLeaf

OptionalContentOrderLeaf(OptionalContentGroupocg)

Parameters

ocg: OptionalContentGroup

The OptionalContentGroup this object will refer to.

Create an OptionalContentOrderLeaf that refers to the OptionalContentGroup.

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getOptionalContentGroup

OptionalContentGroupgetOptionalContentGroup()

Returns:

The OptionalContentGroup this object refers to.

Gets the OptionalContentGroup refered to by this OptionalContentOrderLeaf.