Class FlagInformation
java.lang.Object
com.github.alex1304.ultimategdbot.api.command.FlagInformation
public class FlagInformation
extends java.lang.Object
Holds information about a command flag.
-
Constructor Summary
Constructors Constructor Description FlagInformation(java.lang.String valueFormat, java.lang.String description)
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
Gets a description of what this flag does for the command.java.lang.String
getValueFormat()
Gets a description of the value format.
-
Constructor Details
-
FlagInformation
public FlagInformation(java.lang.String valueFormat, java.lang.String description)
-
-
Method Details
-
getValueFormat
public java.lang.String getValueFormat()Gets a description of the value format.- Returns:
- the value format
-
getDescription
public java.lang.String getDescription()Gets a description of what this flag does for the command.- Returns:
- the description
-