Uses of Class
pt.digitalis.dif.dem.objects.issues.IssueScope

Packages that use IssueScope
pt.digitalis.dif.dem.managers   
pt.digitalis.dif.dem.managers.impl   
pt.digitalis.dif.dem.objects.issues   
 

Uses of IssueScope in pt.digitalis.dif.dem.managers
 

Methods in pt.digitalis.dif.dem.managers with parameters of type IssueScope
 void IUsageIssuesManager.addIssue(IssueType issueType, IssueScope issueScope, String location, String issueDescription, Exception exception)
          Adds an issue to the issue manager.
 

Uses of IssueScope in pt.digitalis.dif.dem.managers.impl
 

Methods in pt.digitalis.dif.dem.managers.impl with parameters of type IssueScope
 void UsageIssuesManagerImpl.addIssue(IssueType issueType, IssueScope issueScope, String location, String issueDescription, Exception exception)
           
 

Uses of IssueScope in pt.digitalis.dif.dem.objects.issues
 

Methods in pt.digitalis.dif.dem.objects.issues that return IssueScope
 IssueScope UsageIssue.getIssueScope()
          Inspector for the 'issueScope' attribute.
static IssueScope IssueScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueScope[] IssueScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.dem.objects.issues with parameters of type IssueScope
 void UsageIssue.setIssueScope(IssueScope issueScope)
          Modifier for the 'issueScope' attribute.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.