wt.occurrence
Interface OccurrenceNameValidationDelegate

All Known Implementing Classes:
DefaultPartPathOccurrenceNameValidationDelegate, DefaultPartUsesOccurrenceNameValidationDelegate, EPMUsesOccurrenceNameValidationDelegate, UniqueWithinPathOccurrenceContextOccurrenceNameValidationDelegate

public interface OccurrenceNameValidationDelegate

Checks an Occurrence to see if the name is valid, including a check for uniqueness within its context (except we allow duplicates with null names).

Supported API: true

Extendable: true


Method Summary
 void validateName(Occurrence occurrence)
          Checks whether the name is valid.
 

Method Detail

validateName

public void validateName(Occurrence occurrence)
                  throws WTException
Checks whether the name is valid.

Supported API: false

Parameters:
occurrence -
Throws:
WTException