de.interactive_instruments.ShapeChange
Interface MessageSource

All Known Implementing Classes:
AppConfiguration, ArcGISWorkspace, FeatureCatalogue, GenericClassInfo, GenericPropertyInfo, JsonSchema, NamingModifier, OntologyDocumentRDFXML, OntologyModel, OWLISO19150, RDF, SchematronSchema, SqlDdl, XpathHelper, XsdDocument

public interface MessageSource

This mixin is for letting the retrieval of messages by message number being redirected to the Targets of whatever subsystem of ShapeChange. Specific Target-related message texts can therefore be kept separated from general ShapeChange core messages.

An object implementing this interface can be passed to message generating methods on the ShapeChangeResult object, such as addWarning(...). If null is handed over instead, the message text will be automatically retrieved from the pool of centralized ShapeChangeResult messages.

Author:
Reinhard Erstling

Method Summary
 String message(int mnr)
          Return a message for a message number.
 

Method Detail

message

String message(int mnr)
Return a message for a message number.



Copyright © 2015. All rights reserved.