public class DependentOption
extends java.lang.Object
Constructor and Description |
---|
DependentOption() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the option we depend on
|
java.lang.String |
getNeededValue()
Returns the needed value of the option we depend on.
|
boolean |
hasNeededValue()
Tests if the option we depends on needs to have a special value or just needs to be there
|
void |
setName(java.lang.String name)
Sets the name of the option we depend on
|
void |
setNeededValue(java.lang.String neededValue)
Sets the needed value of the option we depend on.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getNeededValue()
public void setNeededValue(java.lang.String neededValue)
public boolean hasNeededValue()