org.jcoderz.commons.config
Interface ConfigEntityValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConfigEntityValueImpl

public interface ConfigEntityValue
extends Serializable

Read only view to a typed ConfigEntity.

Author:
fawkeZ (jCoderZ.org) $Revision: 1.9 $

Method Summary
 String getConfigKey()
          Returns the ConfigKey.
 String getValue()
          Returns the Value.
 ConfigEntityData toData()
           
 

Method Detail

getConfigKey

String getConfigKey()
Returns the ConfigKey.

Returns:
the ConfigKey.

getValue

String getValue()
Returns the Value.

Returns:
the Value.

toData

ConfigEntityData toData()


Copyright 2007 The jCoderZ Project.