Modifier and Type | Method and Description |
---|---|
static HelpSubject |
HelpSubject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HelpSubject[] |
HelpSubject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
FlamByteInterface.getHelp(HelpSubject what,
int depth,
String path)
Returns help information about the file and format strings.
|
String |
FlamByteInterface.getSyntax(HelpSubject what,
int depth,
String path)
Returns syntax information about the file and format strings.
|