org.tm4j.tmnav.env .Option

Description

A Java Bean that describes a predefined option.
Instances of this class may be used to build a set of available options for a certain property.

Inheritance Hierarchy

Method Summary
java.lang.String getDescription()
java.lang.String getId()
java.lang.String getName()
java.lang.String getValue()
void setDescription(java.lang.String string)
void setId(java.lang.String id)
void setName(java.lang.String string)
void setValue(java.lang.String string)