wt.occurrence
Interface OccurrenceableLink

All Superinterfaces:
BinaryLink, Link, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
EPMMemberLink, WTPartUsageLink

public interface OccurrenceableLink
extends BinaryLink

A Link which has associated UsesOccurrences.

Supported API: true

Extendable: true


Field Summary
static String USES_OCCURRENCE_VECTOR
          Label for the attribute; Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence.
 
Method Summary
 Vector getUsesOccurrenceVector()
          Gets the value of the attribute: USES_OCCURRENCE_VECTOR.
 void setUsesOccurrenceVector(Vector a_UsesOccurrenceVector)
          Sets the value of the attribute: USES_OCCURRENCE_VECTOR.
 

Field Detail

USES_OCCURRENCE_VECTOR

static final String USES_OCCURRENCE_VECTOR
Label for the attribute; Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

Supported API: true

See Also:
Constant Field Values
Method Detail

getUsesOccurrenceVector

Vector getUsesOccurrenceVector()
Gets the value of the attribute: USES_OCCURRENCE_VECTOR. Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

Supported API: true

Returns:
Vector

setUsesOccurrenceVector

void setUsesOccurrenceVector(Vector a_UsesOccurrenceVector)
Sets the value of the attribute: USES_OCCURRENCE_VECTOR. Each element of this non-persistent Vector contains UsesOccurrences, each of which may contain a PathOccurrence. Note that any implementation of this interface must provide server-side APIs that specifically populate this Vector, otherwise it will be null.

Supported API: true

Parameters:
a_UsesOccurrenceVector -