Uses of Interface
org.faktorips.runtime.IMarker

Packages that use IMarker
org.faktorips.runtime   
 

Uses of IMarker in org.faktorips.runtime
 

Methods in org.faktorips.runtime that return types with arguments of type IMarker
 List<IMarker> Message.getMarkers()
          Returns a list of IMarkers associated with this class.
 

Methods in org.faktorips.runtime with parameters of type IMarker
 boolean Message.hasMarker(IMarker marker)
          Returns true if the message contains the specified IMarker marker otherwise false.
 Message.Builder Message.Builder.markers(IMarker... markers)
          Set some markers that should be provided to the new message.
 

Method parameters in org.faktorips.runtime with type arguments of type IMarker
 Message.Builder Message.Builder.markers(List<IMarker> markers)
          Set a list of markers that should be provided to the new message.
 

Constructor parameters in org.faktorips.runtime with type arguments of type IMarker
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 © 2015. All rights reserved.