Uses of Class
com.stata.sfi.Missing.Extended
-
Packages that use Missing.Extended Package Description com.stata.sfi 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.Extended Modifier and Type Method Description static Missing.Extended
Missing.Extended. valueOf(String name)
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.Methods in com.stata.sfi with parameters of type Missing.Extended Modifier and Type Method Description static double
Missing. getValue(Missing.Extended extendedMissing)
Get the numeric value that represents an extended missing value in Stata.
-