Uses of Class
com.stata.sfi.LabelValue
Packages that use 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
Methods in com.stata.sfi that return types with arguments of type LabelValueModifier 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.Methods in com.stata.sfi with parameters of type LabelValueModifier and TypeMethodDescriptionintLabelValue.compareTo(LabelValue anotherValue) Compares two LabelValue objects numerically.Method parameters in com.stata.sfi with type arguments of type LabelValueModifier 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.