Uses of Class
com.vidispine.generated.TaskDefinitionDependency
-
Uses of TaskDefinitionDependency in com.vidispine.generated
Fields in com.vidispine.generated declared as TaskDefinitionDependencyModifier and TypeFieldDescriptionprotected TaskDefinitionDependency
TaskDefinitionType.dependency
protected TaskDefinitionDependency
TaskDefinitionType.parallelDependency
Methods in com.vidispine.generated that return TaskDefinitionDependencyModifier and TypeMethodDescriptionObjectFactory.createTaskDefinitionDependency()
Create an instance ofTaskDefinitionDependency
TaskDefinitionType.getDependency()
Gets the value of the dependency property.TaskDefinitionType.getParallelDependency()
Gets the value of the parallelDependency property.TaskDefinitionDependency.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) TaskDefinitionDependency.withAllPrevious
(Boolean value) Sets the value of the allPrevious property.TaskDefinitionDependency.withPrevious
(Boolean value) Sets the value of the previous property.TaskDefinitionDependency.withStep
(BigInteger value) Sets the value of the step property.Methods in com.vidispine.generated with parameters of type TaskDefinitionDependencyModifier and TypeMethodDescriptionvoid
TaskDefinitionType.setDependency
(TaskDefinitionDependency value) Sets the value of the dependency property.void
TaskDefinitionType.setParallelDependency
(TaskDefinitionDependency value) Sets the value of the parallelDependency property.TaskDefinitionType.withDependency
(TaskDefinitionDependency value) Sets the value of the dependency property.TaskDefinitionType.withParallelDependency
(TaskDefinitionDependency value) Sets the value of the parallelDependency property.