Package com.vidispine.generated
Class SearchResultEntryType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.SearchResultEntryType.PropInfo
-
- Enclosing class:
- SearchResultEntryType
public static class SearchResultEntryType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE
static String
COLLECTION
static String
END
static String
FILE
static String
ID
static String
ITEM
static String
PARENT_ID
static String
PARENT_TYPE
static String
SHAPE
static String
START
static String
TIMESPAN
static String
TYPE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ITEM
public static final transient String ITEM
- See Also:
- Constant Field Values
-
COLLECTION
public static final transient String COLLECTION
- See Also:
- Constant Field Values
-
SHAPE
public static final transient String SHAPE
- See Also:
- Constant Field Values
-
FILE
public static final transient String FILE
- See Also:
- Constant Field Values
-
TIMESPAN
public static final transient String TIMESPAN
- See Also:
- Constant Field Values
-
START
public static final transient String START
- See Also:
- Constant Field Values
-
END
public static final transient String END
- See Also:
- Constant Field Values
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
PARENT_TYPE
public static final transient String PARENT_TYPE
- See Also:
- Constant Field Values
-
PARENT_ID
public static final transient String PARENT_ID
- See Also:
- Constant Field Values
-
BASE
public static final transient String BASE
- See Also:
- Constant Field Values
-
-