public class ConfigurationOption extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
areValuesOptional |
protected String |
defaultValue |
protected String |
description |
protected boolean |
hasValue |
protected String |
longName |
protected int |
numberOfValues |
protected boolean |
required |
protected char |
shortName |
protected String |
valueName |
| Constructor and Description |
|---|
ConfigurationOption(char shortName,
String longName,
String description,
boolean hasValue,
String valueName,
int numberOfValues,
boolean areValuesOptional,
boolean required,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getLongName() |
int |
getNumberOfValues() |
char |
getShortName() |
String |
getValueName() |
boolean |
isAreValuesOptional() |
boolean |
isHasValue() |
boolean |
isRequired() |
protected final char shortName
protected final String longName
protected final String description
protected final String valueName
protected final String defaultValue
protected final int numberOfValues
protected final boolean hasValue
protected final boolean areValuesOptional
protected final boolean required
public char getShortName()
public String getLongName()
public String getDescription()
public String getValueName()
public String getDefaultValue()
public int getNumberOfValues()
public boolean isAreValuesOptional()
public boolean isHasValue()
public boolean isRequired()
Copyright © 2019. All rights reserved.