|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.ReportMeta
public class ReportMeta
Contains documentation metadata describing a plot report item.
Constructor Summary | |
---|---|
ReportMeta(String shortName,
String longName)
Constructor. |
Method Summary | |
---|---|
String |
getLongName()
Returns a potentially more descriptive name for use in a GUI. |
String |
getShortName()
Returns the basic one-word name, not case-sensitive, for use in command-line interfaces. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportMeta(String shortName, String longName)
shortName
- basic name, no spaces, not case-sensitive,
to be used in command-line interfacelongName
- name for use in GUIMethod Detail |
---|
public String getShortName()
public String getLongName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |