See: Description
| Class | Description |
|---|---|
| Characteristic |
This class provides access to Stata characteristics.
|
| Data |
This class provides access to the current Stata dataset.
|
| DataFrame | Deprecated
As of Stata 16, this class has been superseded by
com.stata.sfi.Frame. |
| Frame |
This class provides access to Stata frames.
|
| Macro |
This class provides access to Stata macros.
|
| Mata |
This class provides access to global Mata matrices.
|
| Matrix |
This class provides access to Stata matrices.
|
| Missing |
This class provides tools for handling Stata missing values.
|
| Scalar |
This class provides access to Stata scalars.
|
| SFIToolkit |
This class provides a set of core tools for interacting with Stata.
|
| StrLConnector |
This class facilitates access to Stata's strL data type.
|
| ValueLabel |
This class provides access to Stata's value labels.
|
| Enum | Description |
|---|---|
| Missing.Extended |
Mappings that correspond to missing values in Stata.
|
| Exception | Description |
|---|---|
| FrameException |
The FrameException class is used to indicate that an exceptional condition
has occurred with a
Frame. |
| SFIException |
Represents a general exception that encapsulates an error code.
|
| Annotation Type | Description |
|---|---|
| Synchronized |
Indicates that a method or class is thread-safe and that thread safety has
been provided using the Java keyword synchronized.
|
| SynchronizedOnMain |
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.
|
| ThreadSafe |
Indicates that a method or class is thread-safe.
|