Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- g - Enum constant in enum com.stata.sfi.Missing.Extended
 - getAgentString() - Static method in class com.stata.sfi.SFIToolkit
 - 
Get the User-Agent that Stata uses for web requests.
 - getAt(double[], int, int, int) - Static method in class com.stata.sfi.Matrix
 - 
Access an element of a previously obtained Stata matrix in the form of a one-dimensional array.
 - getBestType(double) - Static method in class com.stata.sfi.Data
 - 
Get the best numeric data type for the specified value.
 - getCallerVersion() - Static method in class com.stata.sfi.SFIToolkit
 - 
Get the version number of the calling program.
 - getComplexAt(double[], int, int, int) - Static method in class com.stata.sfi.Mata
 - 
Get an element from a previously returned matrix.
 - getComplexValues(double[], Double, Double) - Static method in class com.stata.sfi.Mata
 - 
Get the real and imaginary parts from a complex result.
 - getCWF() - Static method in class com.stata.sfi.Frame
 - 
Utility method for getting the name of the current working frame in Stata.
 - getDtaChar(String) - Static method in class com.stata.sfi.Characteristic
 - 
Get a characteristic for the current dataset.
 - getErrorCode() - Method in exception com.stata.sfi.SFIException
 - 
Get the error code.
 - getFormattedValue(int, long, boolean) - Static method in class com.stata.sfi.Data
 - 
Read a value from the current Stata dataset, applying its display format.
 - getFormattedValue(int, long, boolean) - Method in class com.stata.sfi.Frame
 - 
Read a value from the frame, applying its display format.
 - getFrameAt(int) - Static method in class com.stata.sfi.Frame
 - 
Utility method for getting the name of a Stata frame at a given index.
 - getFrameCount() - Static method in class com.stata.sfi.Frame
 - 
Utility method for getting the number of frames in Stata.
 - getFrames() - Static method in class com.stata.sfi.Frame
 - 
Utility method for getting the names of all frames in Stata.
 - getGlobal(String) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a global macro.
 - getGlobal(String, int) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a global macro.
 - getGlobalSafe(String) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a global macro without returning null.
 - getGlobalSafe(String, int) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a global macro without returning null.
 - getLabel(String, double) - Static method in class com.stata.sfi.ValueLabel
 - 
Get the label for a specified value-label value.
 - getLabel(String, int) - Static method in class com.stata.sfi.ValueLabel
 - 
Deprecated.
 - getLabels(String) - Static method in class com.stata.sfi.ValueLabel
 - 
Get the labels for a specified value-label name.
 - getLocal(String) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a local macro.
 - getLocalDateTime(double, String) - Static method in class com.stata.sfi.DateTime
 - 
Translate a SIF value to a
LocalDateTime. - getLocalDateTime(double, String, boolean) - Static method in class com.stata.sfi.DateTime
 - 
Translate a SIF value to a
LocalDateTime. - getLocalSafe(String) - Static method in class com.stata.sfi.Macro
 - 
Get the contents of a local macro without returning null.
 - getMataColTotal(String) - Static method in class com.stata.sfi.Mata
 - 
Get the number of columns in a Mata matrix.
 - getMataCompAt(String, long, long) - Static method in class com.stata.sfi.Mata
 - 
Read a complex Mata matrix element.
 - getMataEltype(String) - Static method in class com.stata.sfi.Mata
 - 
Get the type of a Mata object.
 - getMataRealAt(String, long, long) - Static method in class com.stata.sfi.Mata
 - 
Read a real Mata matrix element.
 - getMataRowTotal(String) - Static method in class com.stata.sfi.Mata
 - 
Get the number of rows in a Mata matrix.
 - getMataStringAt(String, long, long) - Static method in class com.stata.sfi.Mata
 - 
Read a string Mata matrix element.
 - getMatrix(String) - Static method in class com.stata.sfi.Matrix
 - 
Get the data in a Stata matrix.
 - getMatrixCol(String) - Static method in class com.stata.sfi.Matrix
 - 
Get the number of columns in a Stata matrix.
 - getMatrixColNames(String) - Static method in class com.stata.sfi.Matrix
 - 
Get the column names of a Stata matrix.
 - getMatrixRow(String) - Static method in class com.stata.sfi.Matrix
 - 
Get the number of rows in a Stata matrix.
 - getMatrixRowNames(String) - Static method in class com.stata.sfi.Matrix
 - 
Get the row names of a Stata matrix.
 - getMaxStrLength() - Static method in class com.stata.sfi.Data
 - 
Get the maximum length of a Stata string variable of type str.
 - getMaxVars() - Static method in class com.stata.sfi.Data
 - 
Get the maximum number of variables Stata currently allows.
 - getMissing(double) - Static method in class com.stata.sfi.Missing
 - 
Get the
Missing.Extendedassociated with a value or null if the value is not missing. - getName() - Method in class com.stata.sfi.Frame
 - 
Get the name of the frame.
 - getNames() - Static method in class com.stata.sfi.ValueLabel
 - 
Get the names of all value labels in the current dataset.
 - getNum(int, long) - Static method in class com.stata.sfi.Data
 - 
Read a numeric value from the current Stata dataset.
 - getNum(int, long) - Method in class com.stata.sfi.Frame
 - 
Read a numeric value from the frame.
 - getObsParsedIn1() - Static method in class com.stata.sfi.Data
 - 
Get the first in a range of observations if Java was invoked with the in qualifier.
 - getObsParsedIn2() - Static method in class com.stata.sfi.Data
 - 
Get the last in a range of observations if Java was invoked with the in qualifier.
 - getObsTotal() - Static method in class com.stata.sfi.Data
 - 
Get the number of observations in the current Stata dataset.
 - getObsTotal() - Method in class com.stata.sfi.Frame
 - 
Get the number of observations in the frame.
 - getParsedVarCount() - Static method in class com.stata.sfi.Data
 - 
Get the number of variables specified when Java was invoked.
 - getPosition() - Method in class com.stata.sfi.StrLConnector
 - 
Get the current access position.
 - getRealOfString(String) - Static method in class com.stata.sfi.Data
 - 
Get the double representation of a
Stringusing Stata's real() function. - getSavedPref(String, String, String) - Static method in class com.stata.sfi.util.Preference
 - 
Get a saved preference.
 - getSIF(LocalDateTime, String) - Static method in class com.stata.sfi.DateTime
 - 
Translate a
LocalDateTimeto a value in SIF. - getSIF(LocalDateTime, String, boolean) - Static method in class com.stata.sfi.DateTime
 - 
Translate a
LocalDateTimeto a value in SIF. - getSize() - Method in class com.stata.sfi.StrLConnector
 - 
Get the total number of bytes available in the strL.
 - getStr(int, long) - Static method in class com.stata.sfi.Data
 - 
Read a string value from the current Stata dataset; this method can be used to read str or strL data types.
 - getStr(int, long) - Method in class com.stata.sfi.Frame
 - 
Read a string value from the frame.
 - getStrf(int, long) - Static method in class com.stata.sfi.Data
 - 
Read a string value from the current Stata dataset; this method can be used to read str data types.
 - getStrf(int, long) - Method in class com.stata.sfi.Frame
 - 
Read a string value from the frame.
 - getString(String) - Static method in class com.stata.sfi.Scalar
 - 
Get the contents of a Stata string scalar.
 - getString(String, int) - Static method in class com.stata.sfi.Scalar
 - 
Get the contents of a Stata string scalar.
 - getStrVarWidth(int) - Static method in class com.stata.sfi.Data
 - 
Get the width of a variable of type str.
 - getStrVarWidth(int) - Method in class com.stata.sfi.Frame
 - 
Get the width of a variable of type str.
 - getTempFile() - Static method in class com.stata.sfi.SFIToolkit
 - 
Get a valid Stata temporary filename.
 - getTempName() - Static method in class com.stata.sfi.SFIToolkit
 - 
Get a valid Stata temporary name.
 - getType(int) - Static method in class com.stata.sfi.Data
 - 
Get the data type for the specified variable.
 - getType(int) - Method in class com.stata.sfi.Frame
 - 
Get the numeric data type for the specified variable.
 - getValue() - Method in class com.stata.sfi.LabelValue
 - 
Returns the value of this LabelValue as an
Integer. - getValue() - Static method in class com.stata.sfi.Missing
 - 
Get the numeric value that represents the system missing value in Stata.
 - getValue(Missing.Extended) - Static method in class com.stata.sfi.Missing
 - 
Get the numeric value that represents an extended missing value in Stata.
 - getValue(String) - Static method in class com.stata.sfi.Scalar
 - 
Get the contents of a Stata scalar.
 - getValue(String, int) - Static method in class com.stata.sfi.Scalar
 - 
Get the contents of a Stata scalar.
 - getValueLabels(String) - Static method in class com.stata.sfi.ValueLabel
 - 
Deprecated.This method is deprecated because it is not compatible with getting labels for extended missing values; use
ValueLabel.getValueLabels(String, Map)instead. - getValueLabels(String, Map<LabelValue, String>) - Static method in class com.stata.sfi.ValueLabel
 - 
Get the value and label pairings for a specified value-label name.
 - getValues(String) - Static method in class com.stata.sfi.ValueLabel
 - 
Deprecated.This method is deprecated because it is not compatible with getting labels for extended missing values; use
ValueLabel.getValueLabels(String, Map)instead. - getVarCount() - Static method in class com.stata.sfi.Data
 - 
Get the number of variables in the current Stata dataset.
 - getVarCount() - Method in class com.stata.sfi.Frame
 - 
Get the number of variables in the frame.
 - getVarFormat(int) - Static method in class com.stata.sfi.Data
 - 
Get the format for a Stata variable.
 - getVarFormat(int) - Method in class com.stata.sfi.Frame
 - 
Get the format for a variable in the frame.
 - getVariableChar(String, String) - Static method in class com.stata.sfi.Characteristic
 - 
Get a characteristic for a variable in the current dataset.
 - getVarIndex(String) - Static method in class com.stata.sfi.Data
 - 
Look up the variable index for the specified name in the current Stata dataset.
 - getVarIndex(String) - Method in class com.stata.sfi.Frame
 - 
Look up the variable index for the specified variable name in the frame.
 - getVarLabel(int) - Static method in class com.stata.sfi.Data
 - 
Get the label for a Stata variable.
 - getVarLabel(int) - Method in class com.stata.sfi.Frame
 - 
Get the label for a variable in the frame.
 - getVarName(int) - Static method in class com.stata.sfi.Data
 - 
Get the variable name at a given variable index.
 - getVarName(int) - Method in class com.stata.sfi.Frame
 - 
Get the variable name at a given variable index.
 - getVarValueLabel(int) - Static method in class com.stata.sfi.ValueLabel
 - 
Get the value-label name associated with a variable.
 - getWorkingDir() - Static method in class com.stata.sfi.SFIToolkit
 - 
Get the current Stata working directory.
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ValueLabel.getLabel(String, double)instead.