de.cau.cs.kieler.keg.importer
Class ImporterOption<T>
java.lang.Object
de.cau.cs.kieler.core.properties.Property<T>
de.cau.cs.kieler.keg.importer.ImporterOption<T>
- Type Parameters:
T
- the option type
- All Implemented Interfaces:
- IProperty<T>, Comparable<IProperty<?>>
public class ImporterOption<T>
- extends Property<T>
An importer option providing a description in addition to the
Property
functionality.
- Rating

ImporterOption
public ImporterOption(String theId,
String theDescription,
T theDefaultValue)
- Constructs an ImporterOption.
- Parameters:
theId
- the option idtheDescription
- the option descriptiontheDefaultValue
- the default value, has to be != null
getDescription
public String getDescription()
- Returns the option description.
- Returns:
- the description