Serialized Form


Package org.faktorips.runtime

Class org.faktorips.runtime.Message extends Object implements Serializable

serialVersionUID: 6538319330010542283L

Serialized Fields

severity

Severity severity
One of the constants ERROR, WARNING or INFO.


text

String text
The human readable text.


code

String code
Code to identify the type of message.


invalidOp

List<E> invalidOp
The object and their properties that are addressed in the message as having an error or that a warning or information relates to.


replacementParameters

List<E> replacementParameters

markers

Set<E> markers
A set of IMarker containing additional information.

Class org.faktorips.runtime.MessageList extends Object implements Serializable

serialVersionUID: 5518835977871253111L

Serialized Fields

messages

List<E> messages

Class org.faktorips.runtime.MsgReplacementParameter extends Object implements Serializable

serialVersionUID: -4588558762246019241L

Serialized Fields

name

String name

value

Object value

Class org.faktorips.runtime.ObjectProperty extends Object implements Serializable

serialVersionUID: -3407760096164658253L

Serialized Fields

object

Object object

property

String property

index

int index

hashCode

int hashCode

qualifier

IPropertyQualifier qualifier



Copyright © 2015. All rights reserved.