Uses of Class
com.vidispine.generated.MDObjectWeakReference
-
Uses of MDObjectWeakReference in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MDObjectWeakReferenceModifier and TypeFieldDescriptionprotected List<MDObjectWeakReference>MDObjectNode.weakReferenceMethods in com.vidispine.generated that return MDObjectWeakReferenceModifier and TypeMethodDescriptionObjectFactory.createMDObjectWeakReference()Create an instance ofMDObjectWeakReferenceMDObjectWeakReference.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the name property.MDObjectWeakReference.withTarget(byte[] value) Sets the value of the target property.MDObjectWeakReference.withUl(byte[] value) Sets the value of the ul property.Methods in com.vidispine.generated that return types with arguments of type MDObjectWeakReferenceModifier and TypeMethodDescriptionMDObjectNode.getWeakReference()Gets the value of the weakReference property.Methods in com.vidispine.generated with parameters of type MDObjectWeakReferenceModifier and TypeMethodDescriptionMDObjectNode.withWeakReference(MDObjectWeakReference... values) Adds objects to the list of WeakReference using add methodMDObjectStrongReference.withWeakReference(MDObjectWeakReference... values) Adds objects to the list of WeakReference using add methodMethod parameters in com.vidispine.generated with type arguments of type MDObjectWeakReferenceModifier and TypeMethodDescriptionMDObjectNode.withWeakReference(Collection<MDObjectWeakReference> values) Adds objects to the list of WeakReference using addAll methodMDObjectStrongReference.withWeakReference(Collection<MDObjectWeakReference> values) Adds objects to the list of WeakReference using addAll method