Uses of Interface
wt.fc.manifest.DirectiveResult

Packages that use DirectiveResult
wt.fc.manifest   
 

Uses of DirectiveResult in wt.fc.manifest
 

Classes in wt.fc.manifest that implement DirectiveResult
 class AbstractDirectiveResult
          Common DirectiveResult functionality.
 class ExistenceDirectiveResult
          DirectiveResult for Directives that do existence queries.
 

Fields in wt.fc.manifest declared as DirectiveResult
private  DirectiveResult AbstractDirective.result
           
 

Methods in wt.fc.manifest that return DirectiveResult
 DirectiveResult[] Manifest.getDirectiveResults(String name)
          Gets the DirectiveResult for a specific Directive object within the Manifest based on the name that is specified.
 DirectiveResult[] Manifest.getAllDirectiveResults()
          Gets all the DirectiveResult objects for allDirective objects within the Manifest.
 DirectiveResult Directive.getResult()
          Gets the object for the association that plays role: RESULT.
 DirectiveResult AbstractDirective.getResult()
          Gets the object for the association that plays role: result.
 

Methods in wt.fc.manifest with parameters of type DirectiveResult
 void Directive.setResult(DirectiveResult a_Result)
          Sets the object for the association that plays role: RESULT.
 void AbstractDirective.setResult(DirectiveResult a_Result)
          Sets the object for the association that plays role: result.
private  void AbstractDirective.resultValidate(DirectiveResult a_Result)