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
 Set<? extends IMarker> Message.getMarkers()
          Returns a set 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(Collection<? extends IMarker> markers)
          Set a collection 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, Set<? extends IMarker> markers)
          Creates a new message by defining the following parameters.
 



Copyright © 2015. All rights reserved.