Uses of Class
com.vidispine.generated.AutoProjectionTriggerType
-
-
Uses of AutoProjectionTriggerType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoProjectionTriggerType Modifier and Type Field Description protected List<AutoProjectionTriggerType>
AutoProjectionRuleType.Triggers. trigger
Methods in com.vidispine.generated that return AutoProjectionTriggerType Modifier and Type Method Description static AutoProjectionTriggerType
AutoProjectionTriggerType. fromValue(String v)
static AutoProjectionTriggerType
AutoProjectionTriggerType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoProjectionTriggerType[]
AutoProjectionTriggerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated that return types with arguments of type AutoProjectionTriggerType Modifier and Type Method Description List<AutoProjectionTriggerType>
AutoProjectionRuleType.Triggers. getTrigger()
Gets the value of the trigger property.Methods in com.vidispine.generated with parameters of type AutoProjectionTriggerType Modifier and Type Method Description AutoProjectionRuleType.Triggers
AutoProjectionRuleType.Triggers. withTrigger(AutoProjectionTriggerType... values)
Method parameters in com.vidispine.generated with type arguments of type AutoProjectionTriggerType Modifier and Type Method Description AutoProjectionRuleType.Triggers
AutoProjectionRuleType.Triggers. withTrigger(Collection<AutoProjectionTriggerType> values)
-