Package wt.occurrence
Interface _Occurrence
- All Superinterfaces:
wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,Serializable
- All Known Subinterfaces:
wt.occurrence._CombinedOccurrence,_PathOccurrence,wt.occurrence._PathParentableOccurrence,_UsesOccurrence,CombinedOccurrence,Occurrence,PathOccurrence,PathParentableOccurrence,UsesOccurrence
- All Known Implementing Classes:
_CombinedPathOccurrence,wt.part._PartCombinedPathOccurrence,_PartPathOccurrence,_PartUsesOccurrence,CombinedPathOccurrence,PartCombinedPathOccurrence,PartPathOccurrence,PartUsesOccurrence
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of anOccurrenceis often referred to as a Reference Designator.voidThe name of anOccurrenceis often referred to as a Reference Designator.voidsetOccurrenceDataVector(Vector occurrenceDataVector) Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
NAME
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- See Also:
-
OCCURRENCE_DATA_VECTOR
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- See Also:
-
-
Method Details
-
getName
String getName()The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- See Also:
-
setName
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOccurrenceDataVector
Vector getOccurrenceDataVector()ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- See Also:
-
setOccurrenceDataVector
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-