Uses of Class
com.stata.sfi.LabelValue
Package
Description
The Stata Function Interface (SFI) provides the classes necessary for Java to
interact with core features of Stata.
-
Uses of LabelValue in com.stata.sfi
Modifier and TypeMethodDescriptionstatic Map<LabelValue,
String> ValueLabel.getValueLabels
(String name, Map<LabelValue, String> map) Get the value and label pairings for a specified value-label name.Modifier and TypeMethodDescriptionint
LabelValue.compareTo
(LabelValue anotherValue) Compares two LabelValue objects numerically.Modifier and TypeMethodDescriptionstatic Map<LabelValue,
String> ValueLabel.getValueLabels
(String name, Map<LabelValue, String> map) Get the value and label pairings for a specified value-label name.