Uses of Class
com.vidispine.generated.TrackType
-
-
Uses of TrackType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TrackType Modifier and Type Field Description protected List<TrackType>
NLEJobSequenceType. track
Methods in com.vidispine.generated that return TrackType Modifier and Type Method Description TrackType
ObjectFactory. createTrackType()
Create an instance ofTrackType
TrackType
TrackType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TrackType
TrackType. withSegment(TrackSegmentType... values)
TrackType
TrackType. withSegment(Collection<TrackSegmentType> values)
Methods in com.vidispine.generated that return types with arguments of type TrackType Modifier and Type Method Description List<TrackType>
NLEJobSequenceType. getTrack()
Gets the value of the track property.Methods in com.vidispine.generated with parameters of type TrackType Modifier and Type Method Description NLEJobSequenceType
NLEJobSequenceType. withTrack(TrackType... values)
Method parameters in com.vidispine.generated with type arguments of type TrackType Modifier and Type Method Description NLEJobSequenceType
NLEJobSequenceType. withTrack(Collection<TrackType> values)
-