Uses of Enum Class
com.vidispine.generated.AutoProjectionTriggerType
-
Uses of AutoProjectionTriggerType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoProjectionTriggerTypeModifier and TypeFieldDescriptionprotected List<AutoProjectionTriggerType>
AutoProjectionRuleType.Triggers.trigger
Methods in com.vidispine.generated that return AutoProjectionTriggerTypeModifier and TypeMethodDescriptionstatic AutoProjectionTriggerType
Gets the enum associated to the value passed as parameter.static AutoProjectionTriggerType
Returns the enum constant of this class with the specified name.static AutoProjectionTriggerType[]
AutoProjectionTriggerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated that return types with arguments of type AutoProjectionTriggerTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.Triggers.getTrigger()
Gets the value of the trigger property.Methods in com.vidispine.generated with parameters of type AutoProjectionTriggerTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.Triggers.withTrigger
(AutoProjectionTriggerType... values) Adds objects to the list of Trigger using add methodMethod parameters in com.vidispine.generated with type arguments of type AutoProjectionTriggerTypeModifier and TypeMethodDescriptionAutoProjectionRuleType.Triggers.withTrigger
(Collection<AutoProjectionTriggerType> values) Adds objects to the list of Trigger using addAll method