Constructor and Description |
---|
OptionContainer() |
Modifier and Type | Method and Description |
---|---|
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
String |
type() |
void |
type(String newType) |
boolean |
typePresent() |
String |
value() |
void |
value(String newValue) |
boolean |
valuePresent() |
makeArrayList, makeUnmodifiableList
public void name(String newName)
public boolean namePresent()
namePresent
in interface Option
public void type(String newType)
public boolean typePresent()
typePresent
in interface Option
public void value(String newValue)
public boolean valuePresent()
valuePresent
in interface Option
Copyright © 2016. All rights reserved.