|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.nxg.unity.UnitDefinition.Syntax
public class UnitDefinition.Syntax
Describes the per-syntax information about a unit.
Method Summary | |
---|---|
List<String> |
getAbbrevs()
Indicates how this unit is described in this syntax. |
String |
getOneAbbrev()
Get a single abbrev for this unit. |
boolean |
isDeprecated()
Indicates whether this syntax deprecates (but still permits) the use of this unit. |
String |
latexAbbrev()
Get a version of an abbrev, suitable for outputting as part of the LaTeX representation of this unit. |
boolean |
mayHaveSIPrefixes()
Indicates whether this unit may be used with SI prefixes. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List<String> getAbbrevs()
["m"]
.
public String getOneAbbrev()
public String latexAbbrev()
public boolean mayHaveSIPrefixes()
public boolean isDeprecated()
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |