Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- s - Enum constant in enum com.stata.sfi.Missing.Extended
- Scalar - Class in com.stata.sfi
-
This class provides access to Stata scalars.
- setDtaChar(String, String) - Static method in class com.stata.sfi.Characteristic
-
Set a characteristic for the current dataset.
- setGlobal(String, String) - Static method in class com.stata.sfi.Macro
-
Set the value of a global macro.
- setGlobal(String, String, int) - Static method in class com.stata.sfi.Macro
-
Set the value of a global macro.
- setGlobal(String, String, int, int) - Static method in class com.stata.sfi.Macro
-
Set the value of a global macro.
- setGlobal(String, String, int, String) - Static method in class com.stata.sfi.Macro
-
Set the value of a global macro.
- setLabelValue(String, int, String) - Static method in class com.stata.sfi.ValueLabel
-
Set a value and label for a value-label name.
- setLabelValue(String, Missing.Extended, String) - Static method in class com.stata.sfi.ValueLabel
-
Set a value and label for a value-label name.
- setLocal(String, String) - Static method in class com.stata.sfi.Macro
-
Set the value of a local macro.
- setMatrixColNames(String, String[]) - Static method in class com.stata.sfi.Matrix
-
Set the column names of a Stata matrix.
- setMatrixRowNames(String, String[]) - Static method in class com.stata.sfi.Matrix
-
Set the row names of a Stata matrix.
- setObsTotal(long) - Static method in class com.stata.sfi.Data
-
Set the number of observations in the current Stata dataset.
- setObsTotal(long) - Method in class com.stata.sfi.Frame
-
Set the number of observations in the frame.
- setPosition(long) - Method in class com.stata.sfi.StrLConnector
-
Set the access position.
- setRC(int) - Static method in class com.stata.sfi.SFIToolkit
-
Set the Stata return code when used with Java integration (that is, java[:] blocks).
- setSavedPref(String, String, String) - Static method in class com.stata.sfi.util.Preference
-
Write a saved preference.
- setString(String, String) - Static method in class com.stata.sfi.Scalar
-
Set the contents of a Stata string scalar.
- setString(String, String, int) - Static method in class com.stata.sfi.Scalar
-
Set the contents of a Stata string scalar.
- setValue(String, double) - Static method in class com.stata.sfi.Scalar
-
Set the value of a Stata scalar.
- setValue(String, double, int) - Static method in class com.stata.sfi.Scalar
-
Set the value of a Stata scalar.
- setValue(String, double, int, int) - Static method in class com.stata.sfi.Scalar
-
Set the value of a Stata scalar.
- setValue(String, double, int, String) - Static method in class com.stata.sfi.Scalar
-
Set the value of a Stata scalar.
- setVarFormat(int, String) - Static method in class com.stata.sfi.Data
-
Set the format for a Stata variable.
- setVarFormat(int, String) - Method in class com.stata.sfi.Frame
-
Set the format for a variable in the frame.
- setVariableChar(String, String, String) - Static method in class com.stata.sfi.Characteristic
-
Set a characteristic for a variable in the current dataset.
- setVarLabel(int, String) - Static method in class com.stata.sfi.Data
-
Set the label for a Stata variable.
- setVarLabel(int, String) - Method in class com.stata.sfi.Frame
-
Set the label for a variable in the frame.
- setVarValueLabel(int, String) - Static method in class com.stata.sfi.ValueLabel
-
Set the value label for a variable.
- SFIException - Exception in com.stata.sfi
-
Represents a general exception that encapsulates an error code.
- SFIException() - Constructor for exception com.stata.sfi.SFIException
-
Constructs an instance of SFIException with null as its detail message and 0 as its error code.
- SFIException(int) - Constructor for exception com.stata.sfi.SFIException
-
Constructs an instance of SFIException with the specified error code.
- SFIException(String, int) - Constructor for exception com.stata.sfi.SFIException
-
Constructs an instance of SFIException with the specified detail message and error code.
- SFIToolkit - Class in com.stata.sfi
-
This class provides a set of core tools for interacting with Stata.
- SIFDateTimeException - Exception in com.stata.sfi
-
Signals that an exception occurred when processing a SIF date.
- SIFDateTimeException() - Constructor for exception com.stata.sfi.SIFDateTimeException
- SIFDateTimeException(String) - Constructor for exception com.stata.sfi.SIFDateTimeException
- SIFDateTimeException(String, Throwable) - Constructor for exception com.stata.sfi.SIFDateTimeException
- SIFDateTimeException(String, Throwable, boolean, boolean) - Constructor for exception com.stata.sfi.SIFDateTimeException
- SIFDateTimeException(Throwable) - Constructor for exception com.stata.sfi.SIFDateTimeException
- stackTraceToString(Exception) - Static method in class com.stata.sfi.SFIToolkit
- stackTraceToString(Throwable) - Static method in class com.stata.sfi.SFIToolkit
- storeBytes(int, long, byte[], boolean) - Method in class com.stata.sfi.Frame
-
Store a byte buffer to a strL in the frame.
- storeBytes(StrLConnector, byte[], boolean) - Static method in class com.stata.sfi.Data
-
Store a byte buffer to a strL.
- storeMatrixAt(String, int, int, double) - Static method in class com.stata.sfi.Matrix
-
Store an element in an existing Stata matrix.
- storeNum(int, long, double) - Static method in class com.stata.sfi.Data
-
Store a numeric value in the current Stata dataset.
- storeNum(int, long, double) - Method in class com.stata.sfi.Frame
-
Store a numeric value in the frame.
- storeNumFast(int, long, double) - Static method in class com.stata.sfi.Data
-
Store a numeric value in the current Stata dataset.
- storeNumFast(int, long, double) - Method in class com.stata.sfi.Frame
-
Store a numeric value in the frame.
- storeStr(int, long, String) - Static method in class com.stata.sfi.Data
-
Store a string value in the current Stata dataset; this method can be used to store str or strL data types.
- storeStr(int, long, String) - Method in class com.stata.sfi.Frame
-
Store a string value in the frame.
- storeStrf(int, long, String) - Static method in class com.stata.sfi.Data
-
Store a string value in the current Stata dataset; this method can be used to store str data types.
- storeStrf(int, long, String) - Method in class com.stata.sfi.Frame
-
Store a string value in the frame.
- storeStrfFast(int, long, String) - Static method in class com.stata.sfi.Data
-
Store a string value in the current Stata dataset; this method can be used to store str data types.
- storeStrfFast(int, long, String) - Method in class com.stata.sfi.Frame
-
Store a string value in the frame.
- StrLConnector - Class in com.stata.sfi
-
This class facilitates access to Stata's strL data type.
- StrLConnector(int, long) - Constructor for class com.stata.sfi.StrLConnector
-
Creates a StrLConnector and connects it to a specific strL in the Stata dataset; see
Data
. - StrLConnector(Frame, int, long) - Constructor for class com.stata.sfi.StrLConnector
-
Creates a StrLConnector and connects it to a specific strL in the specified
Frame
. - Synchronized - Annotation Type in com.stata.sfi
-
Indicates that a method or class is thread-safe and that thread safety has been provided using the Java keyword synchronized.
- SynchronizedOnMain - Annotation Type in com.stata.sfi
-
Indicates that a method or class is thread-safe and that thread safety has been provided using the Java keyword synchronized; execution may be forced back on the main thread, so care must be taken to prevent deadlocks.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form