|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.occurrence.CombinedPathOccurrence
public abstract class CombinedPathOccurrence
This combines a parent PathOccurrence (owned
by one PathOwner) with a child PathParentableOccurrence
(owned by a different PathOwner); its context
is the context of its parent.
Supported API: true
Extendable: true
| Field Summary |
|---|
| Fields inherited from interface wt.occurrence.Occurrence |
|---|
NAME, OCCURRENCE_DATA_VECTOR |
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the attribute: NAME. |
Vector |
getOccurrenceDataVector()
Gets the value of the attribute: OCCURRENCE_DATA_VECTOR. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setOccurrenceDataVector(Vector a_OccurrenceDataVector)
Sets the value of the attribute: OCCURRENCE_DATA_VECTOR. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
Occurrence is often referred to as a Reference
Designator.
getName in interface Occurrence
public void setName(String a_Name)
throws WTPropertyVetoException
Occurrence is often referred to as a Reference
Designator.
setName in interface Occurrencea_Name -
WTPropertyVetoExceptionpublic Vector getOccurrenceDataVector()
Vector can be populated with OccurrenceData
that is associated to an Occurrence.
getOccurrenceDataVector in interface Occurrence
public void setOccurrenceDataVector(Vector a_OccurrenceDataVector)
throws WTPropertyVetoException
Vector can be populated with OccurrenceData
that is associated to an Occurrence.
setOccurrenceDataVector in interface Occurrencea_OccurrenceDataVector -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||