Uses of Enum
com.stata.sfi.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
Modifier and TypeMethodDescriptionstatic Missing.Extended
Missing.getMissing
(double value) Get theMissing.Extended
associated with a value or null if the value is not missing.static Missing.Extended
Returns 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.Modifier and TypeMethodDescriptionstatic double
Missing.getValue
(Missing.Extended extendedMissing) Get the numeric value that represents an extended missing value in Stata.static int
ValueLabel.removeLabelValue
(String name, Missing.Extended missingValue) Remove a value-label value from the specified value-label name.static int
ValueLabel.setLabelValue
(String name, Missing.Extended missingValue, String label) Set a value and label for a value-label name.ModifierConstructorDescriptionLabelValue
(Missing.Extended missingValue) Convenience constructor for extended-missing values.