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

ExporterOption
public ExporterOption(String theId,
String theDescription,
T theDefaultValue)
- Constructs an ExporterOption.
- 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