GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Package Functions

de.zib.gndms.common.logic.config.Configuration Interface Reference

A configuration, which provides the necessary properties for some entity. More...

List of all members.

Public Member Functions

String getStringRepresentation ()
 The String representation of a configuration, which should display key-value pairs as: key1 : value1 ; key2 : value2 ; ...

Package Functions

boolean isValid ()
 Test, if this configuration is valid, i.e.

Detailed Description

A configuration, which provides the necessary properties for some entity.

Author:
Ulrike Golas

Member Function Documentation

String de.zib.gndms.common.logic.config.Configuration.getStringRepresentation ( )

The String representation of a configuration, which should display key-value pairs as: key1 : value1 ; key2 : value2 ; ...

Returns:
The String representation.
boolean de.zib.gndms.common.logic.config.Configuration.isValid ( ) [package]

Test, if this configuration is valid, i.e.

satisfies all its requirements.

Returns:
true, if this configuration is valid, else false.

The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations