Uses of Class
com.vidispine.generated.MetadataSchemaRenameOperationType
-
-
Uses of MetadataSchemaRenameOperationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataSchemaRenameOperationType Modifier and Type Field Description protected List<MetadataSchemaRenameOperationType>
MetadataSchemaMigrationType. rename
Methods in com.vidispine.generated that return MetadataSchemaRenameOperationType Modifier and Type Method Description MetadataSchemaRenameOperationType
ObjectFactory. createMetadataSchemaRenameOperationType()
Create an instance ofMetadataSchemaRenameOperationType
MetadataSchemaRenameOperationType
MetadataSchemaRenameOperationType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataSchemaRenameOperationType
MetadataSchemaRenameOperationType. withFrom(MetadataSchemaHierarchyType value)
MetadataSchemaRenameOperationType
MetadataSchemaRenameOperationType. withTo(String value)
Methods in com.vidispine.generated that return types with arguments of type MetadataSchemaRenameOperationType Modifier and Type Method Description List<MetadataSchemaRenameOperationType>
MetadataSchemaMigrationType. getRename()
Gets the value of the rename property.Methods in com.vidispine.generated with parameters of type MetadataSchemaRenameOperationType Modifier and Type Method Description MetadataSchemaMigrationType
MetadataSchemaMigrationType. withRename(MetadataSchemaRenameOperationType... values)
Method parameters in com.vidispine.generated with type arguments of type MetadataSchemaRenameOperationType Modifier and Type Method Description MetadataSchemaMigrationType
MetadataSchemaMigrationType. withRename(Collection<MetadataSchemaRenameOperationType> values)
-