public class DesignReport extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DesignReport.IContainerType
The different container
|
static interface |
DesignReport.ILevel
The different level of error
|
Constructor and Description |
---|
DesignReport(int level,
String scopeLabel,
String objectLabel,
int containerType,
String containerLabel,
String errorLabel) |
Modifier and Type | Method and Description |
---|---|
String |
getContainerLabel() |
String |
getContainerTypeLabel() |
String |
getErrorLabel() |
int |
getLevel() |
String |
getLevelLabel() |
String |
getObjectLabel() |
String |
getScopeLabel() |
void |
setContainerType(int containerType) |
void |
setErrorLabel(String errorLabel) |
void |
setLevel(int level) |
void |
setObjectLabel(String objectLabel) |
void |
setScopeLabel(String scopeLabel) |
public DesignReport(int level, String scopeLabel, String objectLabel, int containerType, String containerLabel, String errorLabel)
level
- Le niveau d'erreur. Valeurs possibles : Erreur, Avertissement, Succès.scopeLabel
- La version de processus. Valeurs possibles : le libellé de la version de processus ou de la table DU.objectLabel
- Le contexte de l'erreur. Valeurs possibles : Diagramme, Formulaire [Libellé du formulaire], Formulaire du tableau dynamique [Libellé du tableau], Groupe de processus [Libellé du groupe], Réservoir de données [Libellé du réservoir].type
- La désignation de l'objet. Valeurs possibles : [Type d'objet] [Libellé de l'objet].errorLabel
- La description de l'erreur. Valeurs possibles : tout message d'erreur.public int getLevel()
public String getLevelLabel()
public void setLevel(int level)
public String getScopeLabel()
public void setScopeLabel(String scopeLabel)
public String getObjectLabel()
public void setObjectLabel(String objectLabel)
public String getContainerTypeLabel()
public String getContainerLabel()
public void setContainerType(int containerType)
public String getErrorLabel()
public void setErrorLabel(String errorLabel)
Copyright © 2022 Visiativ. All rights reserved.