Package nis.svc.mdl.api
Interface ModelReport.Note
-
- Enclosing interface:
- ModelReport
public static interface ModelReport.Note
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
from()
The source of this note.java.lang.String
text()
Any additional note data that the rule wants to provide.ModelReport.Type
type()
The note type.
-
-
-
Method Detail
-
from
java.lang.String from()
The source of this note. Eg. the main line, or plug name.- Returns:
-
type
ModelReport.Type type()
The note type.- Returns:
- the note type.
-
text
java.lang.String text()
Any additional note data that the rule wants to provide.- Returns:
- The data
-
-