Uses of Class
com.vidispine.generated.FileType.Item
-
-
Uses of FileType.Item in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileType.Item Modifier and Type Field Description protected List<FileType.Item>
FileType. item
Methods in com.vidispine.generated that return FileType.Item Modifier and Type Method Description FileType.Item
ObjectFactory. createFileTypeItem()
Create an instance ofFileType.Item
FileType.Item
FileType.Item. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileType.Item
FileType.Item. withId(String value)
FileType.Item
FileType.Item. withShape(FileType.Item.Shape... values)
FileType.Item
FileType.Item. withShape(Collection<FileType.Item.Shape> values)
Methods in com.vidispine.generated that return types with arguments of type FileType.Item Modifier and Type Method Description List<FileType.Item>
FileType. getItem()
Gets the value of the item property.Methods in com.vidispine.generated with parameters of type FileType.Item Modifier and Type Method Description FileType
FileType. withItem(FileType.Item... values)
Method parameters in com.vidispine.generated with type arguments of type FileType.Item Modifier and Type Method Description FileType
FileType. withItem(Collection<FileType.Item> values)
-