| Package | Description |
|---|---|
| org.faktorips.runtime |
| Modifier and Type | Method and Description |
|---|---|
List<IMarker> |
Message.getMarkers()
Returns a list of
IMarkers associated with this class. |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.markers(IMarker... markers)
Set some markers that should be provided to the new message.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.markers(List<IMarker> markers)
Set a list of markers that should be provided to the new message.
|
| Constructor and Description |
|---|
Message(String code,
String text,
Severity severity,
List<ObjectProperty> invalidObjectProperties,
List<MsgReplacementParameter> parameters,
List<IMarker> markers)
Creates a new message by defining the following parameters.
|
Copyright © 2014. All rights reserved.