|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.toolbox.arguments.OptionArgument.Entry
public class OptionArgument.Entry
An Entry that can be chosen as option.
| Field Summary | |
|---|---|
private Object |
description
Describes the option. |
private Object |
value
Holds the actual value of the option. |
| Constructor Summary | |
|---|---|
OptionArgument.Entry(Object value)
Constructs an entry. |
|
OptionArgument.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Object description
private Object value
| Constructor Detail |
|---|
public OptionArgument.Entry(Object value)
value - the value of the entry (that will be identical to the description)
public OptionArgument.Entry(Object description,
Object value)
description - the description of the entryvalue - the value of the entry| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getValueToString()
public Object getDescription()
public void setDescription(Object description)
description - The description to set.public Object getValue()
public void setValue(Object value)
value - The value to set.
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||