Package io.opentimeline
Class OTIOObject
java.lang.Object
io.opentimeline.OTIOObject
- All Implemented Interfaces:
- java.lang.AutoCloseable
- Direct Known Subclasses:
- Any,- AnyDictionary,- AnyDictionary.Iterator,- AnyVector,- AnyVector.Iterator,- ErrorStatus,- ErrorStatus,- SerializableObject
public class OTIOObject
extends java.lang.Object
implements java.lang.AutoCloseable
Base class for all OTIO objects.
- 
Field SummaryFields Modifier and Type Field Description OTIONativenativeManager
- 
Constructor SummaryConstructors Constructor Description OTIOObject()
- 
Method SummaryModifier and Type Method Description voidclose()OTIONativegetNativeManager()inthashCode()
- 
Field Details
- 
Constructor Details- 
OTIOObjectpublic OTIOObject()
 
- 
- 
Method Details- 
getNativeManager
- 
closepublic void close() throws java.lang.Exception- Specified by:
- closein interface- java.lang.AutoCloseable
- Throws:
- java.lang.Exception
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- java.lang.Object
 
 
-