Package wt.part
Class _PartPathOccurrence
java.lang.Object
wt.part._PartPathOccurrence
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,_Occurrence,_PathOccurrence,wt.occurrence._PathParentableOccurrence,wt.occurrence._PathToOccurrence,wt.occurrence._UsesPathToOccurrence,Occurrence,PathOccurrence,PathParentableOccurrence,wt.occurrence.PathToOccurrence,wt.occurrence.UsesPathToOccurrence
- Direct Known Subclasses:
PartPathOccurrence
- See Also:
-
Field Summary
Fields inherited from interface wt.occurrence._Occurrence
NAME, OCCURRENCE_DATA_VECTORFields inherited from interface wt.occurrence._PathOccurrence
COMBINED_PATH_OCCURRENCE_VECTOR, PATH_NAME, USES, USES_NAME -
Method Summary
Modifier and TypeMethodDescriptionThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.getName()The name of anOccurrenceis often referred to as a Reference Designator.ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Derived fromgetName()getUses()This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence.Derived from_Occurrence.getName()voidsetCombinedPathOccurrenceVector(Vector combinedPathOccurrenceVector) ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.voidThe name of anOccurrenceis often referred to as a Reference Designator.voidsetOccurrenceDataVector(Vector occurrenceDataVector) ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.voidsetPathName(String pathName) Derived fromsetName(java.lang.String)voidsetUses(UsesOccurrence uses) This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence.voidsetUsesName(String usesName) Derived from_Occurrence.setName(java.lang.String)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.occurrence.PathOccurrence
getPathList, hasSubPathMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getCombinedPathOccurrenceVector
ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Supported API: true
- Specified by:
getCombinedPathOccurrenceVectorin interface_PathOccurrence- See Also:
-
setCombinedPathOccurrenceVector
public void setCombinedPathOccurrenceVector(Vector combinedPathOccurrenceVector) throws WTPropertyVetoException ThisVectorcan be populated withCombinedPathOccurrencethat is associated to a parentPathOccurrence.Supported API: true
- Specified by:
setCombinedPathOccurrenceVectorin interface_PathOccurrence- Throws:
WTPropertyVetoException- See Also:
-
getUses
This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence. This is necessary since thePathOccurrenceonly has aUsesOccurrenceReference, which could refer to more than oneUsesOccurrence.Supported API: true
- Specified by:
getUsesin interface_PathOccurrence- See Also:
-
setUses
This non-persistent value stores theUsesOccurrencethat was used to retrieve thePathOccurrence. This is necessary since thePathOccurrenceonly has aUsesOccurrenceReference, which could refer to more than oneUsesOccurrence.Supported API: true
- Specified by:
setUsesin interface_PathOccurrence- Throws:
WTPropertyVetoException- See Also:
-
getUsesName
Derived from_Occurrence.getName()Supported API: true
- Specified by:
getUsesNamein interface_PathOccurrence- See Also:
-
setUsesName
Derived from_Occurrence.setName(java.lang.String)Supported API: true
- Specified by:
setUsesNamein interface_PathOccurrence- Throws:
WTPropertyVetoException- See Also:
-
getPathName
Derived fromgetName()Supported API: true
- Specified by:
getPathNamein interface_PathOccurrence- See Also:
-
setPathName
Derived fromsetName(java.lang.String)Supported API: true
- Specified by:
setPathNamein interface_PathOccurrence- Throws:
WTPropertyVetoException- See Also:
-
getName
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- Specified by:
getNamein interface_Occurrence- See Also:
-
setName
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- Specified by:
setNamein interface_Occurrence- Throws:
WTPropertyVetoException- See Also:
-
getOccurrenceDataVector
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- Specified by:
getOccurrenceDataVectorin interface_Occurrence- See Also:
-
setOccurrenceDataVector
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- Specified by:
setOccurrenceDataVectorin interface_Occurrence- Throws:
WTPropertyVetoException- See Also:
-