Package com.vidispine.generated
Class GroupType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.GroupType.PropInfo
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHILD_GROUP_LIST
static String
DESCRIPTION
static String
GROUP_NAME
static String
ID
static String
LOC
static String
METADATA
static String
ORIGIN
static String
PARENT_GROUP_LIST
static String
REMOVE
static String
ROLE
static String
USER_LIST
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
ID
public static final transient String ID
- See Also:
- Constant Field Values
-
LOC
public static final transient String LOC
- See Also:
- Constant Field Values
-
GROUP_NAME
public static final transient String GROUP_NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final transient String DESCRIPTION
- See Also:
- Constant Field Values
-
ROLE
public static final transient String ROLE
- See Also:
- Constant Field Values
-
CHILD_GROUP_LIST
public static final transient String CHILD_GROUP_LIST
- See Also:
- Constant Field Values
-
PARENT_GROUP_LIST
public static final transient String PARENT_GROUP_LIST
- See Also:
- Constant Field Values
-
USER_LIST
public static final transient String USER_LIST
- See Also:
- Constant Field Values
-
METADATA
public static final transient String METADATA
- See Also:
- Constant Field Values
-
ORIGIN
public static final transient String ORIGIN
- See Also:
- Constant Field Values
-
REMOVE
public static final transient String REMOVE
- See Also:
- Constant Field Values
-
-