Uses of Enum
com.stata.sfi.Missing.Extended
Packages that use Missing.Extended
Package
Description
The Stata Function Interface (SFI) provides the classes necessary for Java to
interact with core features of Stata.
-
Uses of Missing.Extended in com.stata.sfi
Methods in com.stata.sfi that return Missing.ExtendedModifier and TypeMethodDescriptionstatic Missing.ExtendedMissing.getMissing(double value) Get theMissing.Extendedassociated with a value or null if the value is not missing.static Missing.ExtendedReturns the enum constant of this type with the specified name.static Missing.Extended[]Missing.Extended.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.stata.sfi with parameters of type Missing.ExtendedModifier and TypeMethodDescriptionstatic doubleMissing.getValue(Missing.Extended extendedMissing) Get the numeric value that represents an extended missing value in Stata.static intValueLabel.removeLabelValue(String name, Missing.Extended missingValue) Remove a value-label value from the specified value-label name.static intValueLabel.setLabelValue(String name, Missing.Extended missingValue, String label) Set a value and label for a value-label name.Constructors in com.stata.sfi with parameters of type Missing.ExtendedModifierConstructorDescriptionLabelValue(Missing.Extended missingValue) Convenience constructor for extended-missing values.