-
- All Known Subinterfaces:
MessageAccessor.MessageProperty
public interface MessageAccessor
Provides an accessor for a message property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
MessageAccessor.MessageMutator
Provides a mutator for a message property.static interface
MessageAccessor.MessageProperty
Provides a message property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Retrieves the message from the message property.
-
-
-
Method Detail
-
getMessage
String getMessage()
Retrieves the message from the message property.- Returns:
- The message stored by the message property.
-
-