public class TdIndexValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
INDEX_MAX_DEFAULT_VALUE |
static Integer |
INDEX_MIN_DEFAULT_VALUE |
static Integer |
INDEX_UNDEFINED_DEFAULT_VALUE |
static String |
SUBSTRING_UNDEFINED_DEFAULT_VALUE |
| Constructor and Description |
|---|
TdIndexValue() |
TdIndexValue(int index) |
TdIndexValue(String subString) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getSubString() |
void |
setIndex(int index) |
void |
setSubString(String subString) |
String |
toString() |
public static final Integer INDEX_MIN_DEFAULT_VALUE
public static final Integer INDEX_MAX_DEFAULT_VALUE
public static final Integer INDEX_UNDEFINED_DEFAULT_VALUE
public static final String SUBSTRING_UNDEFINED_DEFAULT_VALUE
public TdIndexValue()
public TdIndexValue(String subString)
public TdIndexValue(int index)
Copyright © 2015. All Rights Reserved.