Uses of Class
com.vidispine.generated.FileType.Range
-
-
Uses of FileType.Range in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileType.Range Modifier and Type Field Description protected List<FileType.Range>
FileType. range
Methods in com.vidispine.generated that return FileType.Range Modifier and Type Method Description FileType.Range
ObjectFactory. createFileTypeRange()
Create an instance ofFileType.Range
FileType.Range
FileType.Range. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileType.Range
FileType.Range. withCount(long value)
FileType.Range
FileType.Range. withStart(String value)
Methods in com.vidispine.generated that return types with arguments of type FileType.Range Modifier and Type Method Description List<FileType.Range>
FileType. getRange()
Gets the value of the range property.Methods in com.vidispine.generated with parameters of type FileType.Range Modifier and Type Method Description FileType
FileType. withRange(FileType.Range... values)
Method parameters in com.vidispine.generated with type arguments of type FileType.Range Modifier and Type Method Description FileType
FileType. withRange(Collection<FileType.Range> values)
-