Package com.vidispine.generated
Class ExternalIdentifierType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.ExternalIdentifierType.PropInfo
-
- Enclosing class:
- ExternalIdentifierType
public static class ExternalIdentifierType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_ID
static String
ENTITY_TYPE
static String
EXTERNAL_ID
static String
NAMESPACE
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ENTITY_ID
public static final transient String ENTITY_ID
- See Also:
- Constant Field Values
-
ENTITY_TYPE
public static final transient String ENTITY_TYPE
- See Also:
- Constant Field Values
-
NAMESPACE
public static final transient String NAMESPACE
- See Also:
- Constant Field Values
-
EXTERNAL_ID
public static final transient String EXTERNAL_ID
- See Also:
- Constant Field Values
-
-