Package com.vidispine.generated
Class BeanCallbackType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.BeanCallbackType.PropInfo
-
- Enclosing class:
- BeanCallbackType
public static class BeanCallbackType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DESTINATION_BEAN
static String
DESTINATION_METHOD
static String
ERROR_MESSAGE
static String
LAST_FAILURE
static String
LAST_SUCCESS
static String
SOURCE_BEAN
static String
SOURCE_METHOD
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
SOURCE_BEAN
public static final transient String SOURCE_BEAN
- See Also:
- Constant Field Values
-
SOURCE_METHOD
public static final transient String SOURCE_METHOD
- See Also:
- Constant Field Values
-
DESTINATION_BEAN
public static final transient String DESTINATION_BEAN
- See Also:
- Constant Field Values
-
DESTINATION_METHOD
public static final transient String DESTINATION_METHOD
- See Also:
- Constant Field Values
-
LAST_SUCCESS
public static final transient String LAST_SUCCESS
- See Also:
- Constant Field Values
-
LAST_FAILURE
public static final transient String LAST_FAILURE
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final transient String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
-