|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.build.Heading
public class Heading
Enumeration class describing the function categories used by the JEL-accessible methods.
Field Summary | |
---|---|
static Heading |
ACTIVATION
Heading for category of functions available only for activation. |
static Heading[] |
ALL_HEADINGS
Array containing all known heading instances. |
static Heading |
GENERAL
Heading for general category of functions. |
Method Summary | |
---|---|
String |
getDescription()
Returns HTML description string. |
String |
getDocSuffix()
Returns unique text suitable for forming a filename. |
String |
getUserString()
Returns heading text. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Heading GENERAL
public static final Heading ACTIVATION
public static final Heading[] ALL_HEADINGS
Method Detail |
---|
public String getUserString()
public String getDocSuffix()
public String getDescription()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |