public final class SdtDateStorageFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DATE
The date value for a date SDT is stored as a date in the standard XML Schema Date format.
|
static int |
DATE_TIME
The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
|
static int |
DEFAULT
Defaults to
DATE_TIME |
static int |
length |
static int |
TEXT
The date value for a date SDT is stored as text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sdtDateStorageFormatName) |
static java.lang.String |
getName(int sdtDateStorageFormat) |
static int[] |
getValues() |
static java.lang.String |
toString(int sdtDateStorageFormat) |
public static final int DATE
public static final int DATE_TIME
public static final int TEXT
public static final int DEFAULT
DATE_TIMEpublic static final int length