public final class SNTimeDurationConstraintType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Enumerated
An 'enumerated' constraint type.
|
static long |
Range
A 'range' constraint type.
|
public static final long Enumerated
In order for a duration to satisfy a constraint of this type, it must be a member of a particular set of discrete permissible values.
public static final long Range
In order for a duration to satisfy a constraint of this type, it must be a member of a particular continuous range of permissible values.