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 UsesOccurrence
s.
Supported API: true
Extendable: true
Methods inherited from interface wt.fc.BinaryLink |
getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleAObjectRef, getRoleBObject, getRoleBObjectId, getRoleBObjectRef, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef |
USES_OCCURRENCE_VECTOR
public static final String USES_OCCURRENCE_VECTOR
- Label for the attribute; Each element of this non-persistent
Vector
contains UsesOccurrence
s, 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
getUsesOccurrenceVector
public Vector getUsesOccurrenceVector()
- Gets the value of the attribute: USES_OCCURRENCE_VECTOR.
Each element of this non-persistent
Vector
contains UsesOccurrence
s, 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
public void setUsesOccurrenceVector(Vector a_UsesOccurrenceVector)
- Sets the value of the attribute: USES_OCCURRENCE_VECTOR.
Each element of this non-persistent
Vector
contains UsesOccurrence
s, 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
-