com.intel.gpe.client2.defaults
Interface IDefaults

All Known Implementing Classes:
DefaultsImpl

public interface IDefaults

Version:
$Id$
Author:
Denis Zhigula

Method Summary
 java.lang.String getDefaultValue(IKey key)
          Get the default value for the plain key.
 java.util.Map<java.lang.String,java.util.List<java.lang.String>> getDefaultValue(ITableKey key)
          Get the default value for the table-key.
 

Method Detail

getDefaultValue

java.lang.String getDefaultValue(IKey key)
Get the default value for the plain key.

Parameters:
key - the key
Returns:
the default value

getDefaultValue

java.util.Map<java.lang.String,java.util.List<java.lang.String>> getDefaultValue(ITableKey key)
Get the default value for the table-key.

Parameters:
key - the key
Returns:
the default mapping between the row and row_id


Copyright © 2008. All Rights Reserved.