wt.index
Interface Indexable

All Known Subinterfaces:
ActionItem, ExecutionObject, ProjectNode
All Known Implementing Classes:
Agenda, CabinetManaged, Deliverable, DiscreteActionItem, Discussion, Managed, Meeting, Milestone, Minutes, NotebookComponent, Project2, ProjectActivity, ProjectPlan, ProjectProxy, ProjectResource, ProjectWorkItem, ReportTemplate, RevisionControlled, SummaryActivity, WTProductConfiguration, WTProductInstance2

public interface Indexable

The Indexable interface marks the classes whose objects can be indexed. It has no method but it contains information about the current set of collections the object inwhich the object is indexed.

Supported API: true

Extendable: true


Field Summary
static String INDEXER_SET
          Label for the attribute.
 
Method Summary
 IndexerSet getIndexerSet()
          Gets the value of the attribute: INDEXER_SET.
 void setIndexerSet(IndexerSet a_IndexerSet)
          Sets the value of the attribute: INDEXER_SET.
 

Field Detail

INDEXER_SET

public static final String INDEXER_SET
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getIndexerSet

public IndexerSet getIndexerSet()
Gets the value of the attribute: INDEXER_SET.

Supported API: false

Returns:
IndexerSet

setIndexerSet

public void setIndexerSet(IndexerSet a_IndexerSet)
Sets the value of the attribute: INDEXER_SET.

Supported API: false

Parameters:
a_IndexerSet -