public class ReportMeta
extends java.lang.Object
| Constructor | Description |
|---|---|
ReportMeta(java.lang.String shortName,
java.lang.String longName) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLongName() |
Returns a potentially more descriptive name for use in a GUI.
|
java.lang.String |
getShortName() |
Returns the basic one-word name, not case-sensitive, for use in
command-line interfaces.
|
public ReportMeta(java.lang.String shortName,
java.lang.String longName)
shortName - basic name, no spaces, not case-sensitive,
to be used in command-line interfacelongName - name for use in GUIpublic java.lang.String getShortName()
public java.lang.String getLongName()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.