Package com.vidispine.generated
Class MetadataFieldValueType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldValueType.PropInfo
-
- Enclosing class:
- MetadataFieldValueType
public static class MetadataFieldValueType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANGE
static String
CONFLICT
static String
DATA
static String
ID
static String
INHERITANCE
static String
MODE
static String
NAME
static String
REFERENCE
static String
REFERENCED
static String
TIMESTAMP
static String
TRACK
static String
TYPE
static String
USER
static String
UUID
static String
VALUE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
NAME
public static final transient String NAME
- See Also:
- Constant Field Values
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
REFERENCED
public static final transient String REFERENCED
- See Also:
- Constant Field Values
-
VALUE
public static final transient String VALUE
- See Also:
- Constant Field Values
-
REFERENCE
public static final transient String REFERENCE
- See Also:
- Constant Field Values
-
DATA
public static final transient String DATA
- See Also:
- Constant Field Values
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
TRACK
public static final transient String TRACK
- See Also:
- Constant Field Values
-
INHERITANCE
public static final transient String INHERITANCE
- See Also:
- Constant Field Values
-
UUID
public static final transient String UUID
- See Also:
- Constant Field Values
-
USER
public static final transient String USER
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final transient String TIMESTAMP
- See Also:
- Constant Field Values
-
CHANGE
public static final transient String CHANGE
- See Also:
- Constant Field Values
-
CONFLICT
public static final transient String CONFLICT
- See Also:
- Constant Field Values
-
MODE
public static final transient String MODE
- See Also:
- Constant Field Values
-
-