Package com.vidispine.generated
Class MetadataFieldType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldType.PropInfo
-
- Enclosing class:
- MetadataFieldType
public static class MetadataFieldType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BOOST
static String
CASE_SENSITIVE_SORTING
static String
CONSTRAINT
static String
DATA
static String
DEFAULT_VALUE
static String
EXTERNAL_ID
static String
FLOAT_RESTRICTION
static String
FULL_TEXT
static String
INDEX
static String
INHERITANCE
static String
INTEGER_RESTRICTION
static String
LONG_RESTRICTION
static String
NAME
static String
ORIGIN
static String
SCHEMA
static String
SORTABLE
static String
STRING_RESTRICTION
static String
SYSTEM
static String
TYPE
static String
VALUES
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
NAME
public static final transient String NAME
- See Also:
- Constant Field Values
-
SCHEMA
public static final transient String SCHEMA
- See Also:
- Constant Field Values
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
INDEX
public static final transient String INDEX
- See Also:
- Constant Field Values
-
FULL_TEXT
public static final transient String FULL_TEXT
- See Also:
- Constant Field Values
-
CASE_SENSITIVE_SORTING
public static final transient String CASE_SENSITIVE_SORTING
- See Also:
- Constant Field Values
-
CONSTRAINT
public static final transient String CONSTRAINT
- See Also:
- Constant Field Values
-
FLOAT_RESTRICTION
public static final transient String FLOAT_RESTRICTION
- See Also:
- Constant Field Values
-
INTEGER_RESTRICTION
public static final transient String INTEGER_RESTRICTION
- See Also:
- Constant Field Values
-
LONG_RESTRICTION
public static final transient String LONG_RESTRICTION
- See Also:
- Constant Field Values
-
STRING_RESTRICTION
public static final transient String STRING_RESTRICTION
- See Also:
- Constant Field Values
-
DATA
public static final transient String DATA
- See Also:
- Constant Field Values
-
VALUES
public static final transient String VALUES
- See Also:
- Constant Field Values
-
DEFAULT_VALUE
public static final transient String DEFAULT_VALUE
- See Also:
- Constant Field Values
-
EXTERNAL_ID
public static final transient String EXTERNAL_ID
- See Also:
- Constant Field Values
-
ORIGIN
public static final transient String ORIGIN
- See Also:
- Constant Field Values
-
BOOST
public static final transient String BOOST
- See Also:
- Constant Field Values
-
SYSTEM
public static final transient String SYSTEM
- See Also:
- Constant Field Values
-
SORTABLE
public static final transient String SORTABLE
- See Also:
- Constant Field Values
-
INHERITANCE
public static final transient String INHERITANCE
- See Also:
- Constant Field Values
-
-