de.cau.cs.kieler.core.kivi
Interface CombinationParameter.IParameterType

Enclosing class:
CombinationParameter

public static interface CombinationParameter.IParameterType

Honor type-specific issues.

Rating red

Method Summary
 Class<?> getType()
          Get the class for this type.
 void initialize(IPreferenceStore p, String k, Object o)
          Initialize the preference store for the key with the default value.
 

Method Detail

initialize

void initialize(IPreferenceStore p,
                String k,
                Object o)
Initialize the preference store for the key with the default value.

Parameters:
p - the preference store
k - the key
o - the default value

getType

Class<?> getType()
Get the class for this type.

Returns:
the type class