Uses of Class
com.vidispine.generated.EDLEntryType
-
-
Uses of EDLEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type EDLEntryType Modifier and Type Field Description protected List<EDLEntryType>
EDLType. entry
Methods in com.vidispine.generated that return EDLEntryType Modifier and Type Method Description EDLEntryType
ObjectFactory. createEDLEntryType()
Create an instance ofEDLEntryType
EDLEntryType
EDLEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EDLEntryType
EDLEntryType. withLength(long value)
EDLEntryType
EDLEntryType. withMediaRate(int value)
EDLEntryType
EDLEntryType. withStart(long value)
Methods in com.vidispine.generated that return types with arguments of type EDLEntryType Modifier and Type Method Description List<EDLEntryType>
EDLType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type EDLEntryType Modifier and Type Method Description EDLType
EDLType. withEntry(EDLEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type EDLEntryType Modifier and Type Method Description EDLType
EDLType. withEntry(Collection<EDLEntryType> values)
-