| Constructor and Description |
|---|
Flag(String longName,
String description) |
Flag(String longName,
String shortName,
String description) |
Flag(String longName,
String shortName,
String description,
MainUtils.FlagType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLongName() |
String |
getShortName() |
MainUtils.FlagType |
getType() |
public Flag(String longName, String shortName, String description, MainUtils.FlagType type)
public String getLongName()
public String getDescription()
public String getShortName()
public MainUtils.FlagType getType()
Copyright © 2018. All rights reserved.