Uses of Class
com.vidispine.generated.SubClipType
-
Uses of SubClipType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SubClipTypeMethods in com.vidispine.generated that return SubClipTypeModifier and TypeMethodDescriptionObjectFactory.createSubClipType()
Create an instance ofSubClipType
SubClipType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SubClipType.withId
(int value) Sets the value of the id property.SubClipType.withLength
(long value) Sets the value of the length property.SubClipType.withStart
(int value) Sets the value of the start property.Methods in com.vidispine.generated that return types with arguments of type SubClipTypeMethods in com.vidispine.generated with parameters of type SubClipTypeModifier and TypeMethodDescriptionAudioClipType.withSubClip
(SubClipType... values) Adds objects to the list of SubClip using add methodClipType.withSubClip
(SubClipType... values) Adds objects to the list of SubClip using add methodVideoClipType.withSubClip
(SubClipType... values) Adds objects to the list of SubClip using add methodMethod parameters in com.vidispine.generated with type arguments of type SubClipTypeModifier and TypeMethodDescriptionAudioClipType.withSubClip
(Collection<SubClipType> values) Adds objects to the list of SubClip using addAll methodClipType.withSubClip
(Collection<SubClipType> values) Adds objects to the list of SubClip using addAll methodVideoClipType.withSubClip
(Collection<SubClipType> values) Adds objects to the list of SubClip using addAll method