Package com.e1c.g5.v8.dt.check
Class BslCheckIssue
- java.lang.Object
- 
- com.e1c.g5.v8.dt.check.Issue
- 
- com.e1c.g5.v8.dt.check.BslCheckIssue
 
 
- 
- 
Constructor SummaryConstructors Constructor Description BslCheckIssue(String message)Constructs a checkBslCheckIssue(String message, String... issueData)Constructs an issue with an additional informationBslCheckIssue(String message, org.eclipse.emf.ecore.EStructuralFeature feature, int index, String... issueData)Constructs an instance with a specific problemEStructuralFeatureand additional information
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EStructuralFeaturegetFeature()GetsEStructuralFeatureof the problemintgetIndex()Gets index of the object if thegetFeature()is a many featureString[]getIssueData()Gets an additional information of the problem- 
Methods inherited from class com.e1c.g5.v8.dt.check.IssuegetMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
BslCheckIssuepublic BslCheckIssue(String message) Constructs a check- Parameters:
- message- validation message, cannot be- null
 
 - 
BslCheckIssuepublic BslCheckIssue(String message, org.eclipse.emf.ecore.EStructuralFeature feature, int index, String... issueData) Constructs an instance with a specific problemEStructuralFeatureand additional information- Parameters:
- message- validation message, cannot be- null
- feature- concrete problem- EStructuralFeature, can be- null
- index- of the object if the- featureis a many feature
- issueData- additional information about found problem, can be- null
 
 
- 
 - 
Method Detail- 
getFeaturepublic org.eclipse.emf.ecore.EStructuralFeature getFeature() GetsEStructuralFeatureof the problem- Returns:
- EStructuralFeatureof the problem, can be- null
 
 - 
getIndexpublic int getIndex() Gets index of the object if thegetFeature()is a many feature- Returns:
- index of the object if getFeature()is a many feature
 
 - 
getIssueDatapublic String[] getIssueData() Gets an additional information of the problem- Returns:
- issueData additional information of the problem, can be null
 
 
- 
 
-