Package com.vidispine.generated
Class ExportTemplateType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType.PropInfo
-
- Enclosing class:
- ExportTemplateType
public static class ExportTemplateType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEPENDENCY
static String
EXPORT_TEMPLATE_CHOICE_GROUP
static String
FILTER
static String
PATH
static String
PRE
static String
PRE_RENDER
static String
TAG
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
TAG
public static final transient String TAG
- See Also:
- Constant Field Values
-
DEPENDENCY
public static final transient String DEPENDENCY
- See Also:
- Constant Field Values
-
FILTER
public static final transient String FILTER
- See Also:
- Constant Field Values
-
PRE
public static final transient String PRE
- See Also:
- Constant Field Values
-
PRE_RENDER
public static final transient String PRE_RENDER
- See Also:
- Constant Field Values
-
EXPORT_TEMPLATE_CHOICE_GROUP
public static final transient String EXPORT_TEMPLATE_CHOICE_GROUP
- See Also:
- Constant Field Values
-
PATH
public static final transient String PATH
- See Also:
- Constant Field Values
-
-