Uses of Class
com.vidispine.generated.MDObjectLeaf
-
Uses of MDObjectLeaf in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MDObjectLeafMethods in com.vidispine.generated that return MDObjectLeafModifier and TypeMethodDescriptionObjectFactory.createMDObjectLeaf()
Create an instance ofMDObjectLeaf
MDObjectLeaf.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) MDObjectLeaf.withHexValue
(byte[] value) Sets the value of the hexValue property.Sets the value of the name property.MDObjectLeaf.withStringValue
(String value) Sets the value of the stringValue property.MDObjectLeaf.withUl
(byte[] value) Sets the value of the ul property.Methods in com.vidispine.generated that return types with arguments of type MDObjectLeafMethods in com.vidispine.generated with parameters of type MDObjectLeafModifier and TypeMethodDescriptionMDObjectNode.withLeaf
(MDObjectLeaf... values) Adds objects to the list of Leaf using add methodMDObjectStrongReference.withLeaf
(MDObjectLeaf... values) Adds objects to the list of Leaf using add methodMethod parameters in com.vidispine.generated with type arguments of type MDObjectLeafModifier and TypeMethodDescriptionMDObjectNode.withLeaf
(Collection<MDObjectLeaf> values) Adds objects to the list of Leaf using addAll methodMDObjectStrongReference.withLeaf
(Collection<MDObjectLeaf> values) Adds objects to the list of Leaf using addAll method