com.lowagie.toolbox.arguments
public class OptionArgument.Entry extends Object
| Field Summary | |
|---|---|
| Object | description Describes the option. |
| Object | value Holds the actual value of the option. |
| Constructor Summary | |
|---|---|
| Entry(Object value)
Constructs an entry. | |
| Entry(Object description, Object value)
Constructs an entry. | |
| Method Summary | |
|---|---|
| Object | getDescription() |
| Object | getValue() |
| String | getValueToString()
Gets the value of the String. |
| void | setDescription(Object description) |
| void | setValue(Object value) |
| String | toString()
String representation of the Entry. |
Parameters: value the value of the entry (that will be identical to the description)
Parameters: description the description of the entry value the value of the entry
Returns: Returns the description.
Returns: Returns the value.
Returns: the toString of the value
Parameters: description The description to set.
Parameters: value The value to set.
Returns: a description of the entry