public class DynamicSubscript
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DynamicSubscript |
all |
static int |
ALL |
static DynamicSubscript |
first |
static int |
FIRST |
private int |
flag |
static DynamicSubscript |
last |
static int |
LAST |
static DynamicSubscript |
mid |
static int |
MID |
Modifier | Constructor and Description |
---|---|
private |
DynamicSubscript(int flag) |
Modifier and Type | Method and Description |
---|---|
int |
getFlag() |
java.lang.String |
toString() |
public static final int FIRST
public static final int MID
public static final int LAST
public static final int ALL
public static final DynamicSubscript first
public static final DynamicSubscript mid
public static final DynamicSubscript last
public static final DynamicSubscript all
private int flag