Interface IMeasurementKey
-
- All Known Implementing Classes:
GeneralMeasures,Measures
public interface IMeasurementKeyBase type for measurement keys.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExplanation()An explanation/headline for this key.java.lang.Stringname()Returns the name of the key.intoutputPos()Intended output position for printing.
-
-
-
Method Detail
-
getExplanation
java.lang.String getExplanation()
An explanation/headline for this key.- Returns:
- the explanation
-
name
java.lang.String name()
Returns the name of the key.- Returns:
- the name
-
outputPos
int outputPos()
Intended output position for printing.- Returns:
- an integer number; the higher the earlier the output
-
-