|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.epm.structure.occurrences.EPMUsesOccurrence
public class EPMUsesOccurrence
Use the newEPMUsesOccurrence static factory method(s), not
the EPMUsesOccurrence constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.occurrence.UsesOccurrence |
|---|
USES_NAME, USES_OCCURRENCE_IDENTIFIER |
| 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. |
String |
getUsesName()
Gets the value of the attribute: USES_NAME. |
long |
getUsesOccurrenceIdentifier()
Gets the value of the attribute: USES_OCCURRENCE_IDENTIFIER. |
boolean |
isPlaceholder()
Returns true if the UsesOccurrence is only used to complete
a PathOccurrence and has no other useful information associated
with it. |
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. |
void |
setUsesName(String a_UsesName)
Sets the value of the attribute: USES_NAME. |
void |
setUsesOccurrenceIdentifier(long a_UsesOccurrenceIdentifier)
Sets the value of the attribute: USES_OCCURRENCE_IDENTIFIER. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public long getUsesOccurrenceIdentifier()
OccurrenceableLink objects,
all of which represent the same link, except maybe for different iterations
or versions of objects being linked. In other words, when the OccurrenceableLink
is copied forward this identifier is copied without changing
its value.
getUsesOccurrenceIdentifier in interface UsesOccurrence
public void setUsesOccurrenceIdentifier(long a_UsesOccurrenceIdentifier)
throws WTPropertyVetoException
OccurrenceableLink objects,
all of which represent the same link, except maybe for different iterations
or versions of objects being linked. In other words, when the OccurrenceableLink
is copied forward this identifier is copied without changing
its value.
setUsesOccurrenceIdentifier in interface UsesOccurrencea_UsesOccurrenceIdentifier -
WTPropertyVetoExceptionpublic String getUsesName()
name attribute is useful in some cases
by introspection so that the name of a UsesOccurrence
is distinct from the name of other Occurrences.
getUsesName in interface UsesOccurrence
public void setUsesName(String a_UsesName)
throws WTPropertyVetoException
name attribute is useful in some cases
by introspection so that the name of a UsesOccurrence
is distinct from the name of other Occurrences.
setUsesName in interface UsesOccurrencea_UsesName -
WTPropertyVetoExceptionpublic boolean isPlaceholder()
UsesOccurrence is only used to complete
a PathOccurrence and has no other useful information associated
with it.
isPlaceholder in interface UsesOccurrencepublic 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 | ||||||||