Package com.vidispine.generated
Class MDObjectNode.PropInfo
- java.lang.Object
-
- com.vidispine.generated.MDObjectNode.PropInfo
-
- Enclosing class:
- MDObjectNode
public static class MDObjectNode.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHILD
static String
INSTANCE_UID
static String
LEAF
static String
STRONG_REFERENCE
static String
WEAK_REFERENCE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
LEAF
public static final transient String LEAF
- See Also:
- Constant Field Values
-
CHILD
public static final transient String CHILD
- See Also:
- Constant Field Values
-
STRONG_REFERENCE
public static final transient String STRONG_REFERENCE
- See Also:
- Constant Field Values
-
WEAK_REFERENCE
public static final transient String WEAK_REFERENCE
- See Also:
- Constant Field Values
-
INSTANCE_UID
public static final transient String INSTANCE_UID
- See Also:
- Constant Field Values
-
-