Package com.vidispine.generated
Class OtifPresetType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.OtifPresetType.PropInfo
-
- Enclosing class:
- OtifPresetType
public static class OtifPresetType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIGURATION
static String
RESOURCE
static String
UUID
static String
VERSION_MAJOR
static String
VERSION_MINOR
static String
VERSION_PATCH
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
UUID
public static final transient String UUID
- See Also:
- Constant Field Values
-
VERSION_MAJOR
public static final transient String VERSION_MAJOR
- See Also:
- Constant Field Values
-
VERSION_MINOR
public static final transient String VERSION_MINOR
- See Also:
- Constant Field Values
-
VERSION_PATCH
public static final transient String VERSION_PATCH
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final transient String CONFIGURATION
- See Also:
- Constant Field Values
-
RESOURCE
public static final transient String RESOURCE
- See Also:
- Constant Field Values
-
-