Package com.vidispine.generated
Class SearchFieldType.Range.PropInfo
- java.lang.Object
-
- com.vidispine.generated.SearchFieldType.Range.PropInfo
-
- Enclosing class:
- SearchFieldType.Range
public static class SearchFieldType.Range.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXCLUSIVE_MAXIMUM
static String
EXCLUSIVE_MINIMUM
static String
VALUE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
VALUE
public static final transient String VALUE
- See Also:
- Constant Field Values
-
EXCLUSIVE_MINIMUM
public static final transient String EXCLUSIVE_MINIMUM
- See Also:
- Constant Field Values
-
EXCLUSIVE_MAXIMUM
public static final transient String EXCLUSIVE_MAXIMUM
- See Also:
- Constant Field Values
-
-