| Package | Description |
|---|---|
| de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
| de.esprit.common.type |
Contains a set of useful enum constants
|
| Modifier and Type | Method and Description |
|---|---|
TimeSpan |
TimeSpanField.getTimeSpan() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSpanField.setTimeSpan(TimeSpan second) |
| Constructor and Description |
|---|
TimeSpanField(NlsDatabaseKey nls,
int length,
boolean isNotNull,
java.util.EnumSet<TimeSpan> values) |
| Modifier and Type | Method and Description |
|---|---|
static TimeSpan |
TimeSpan.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeSpan[] |
TimeSpan.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.