| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
TransitionTarget |
Transition.getTarget()
Gets the Period or TransitionsGroup that is the target of the time zone transition.
|
static TransitionTarget |
TransitionTarget.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransitionTarget[] |
TransitionTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transition.setTarget(TransitionTarget target)
Sets the Period or TransitionsGroup that is the target of the time zone transition.
|