public interface TextLocator extends Locator
Specifies information to help find a file containing the essence or to help find the physical media. A text locator is not intended for applications to use without user intervention.
| Modifier and Type | Method and Description |
|---|---|
TextLocator |
clone()
Create a cloned copy of this text locator.
|
String |
getLocationName()
Returns the location name of the text locator, which provides a text string
containing information to help find the file containing the essence
or the physical media.
|
void |
setLocationName(String name)
Sets the location name of the text locator, which provides a text string containing
information to help find the file containing the essence or the physical media.
|
addApplicationPlugin, clearApplicationPlugins, containsApplicationPlugin, containsApplicationPlugin, countApplicationPlugins, deepEquals, disableGenerationTracking, enableGenerationTracking, equals, getApplicationPlugins, getGeneration, getLinkedGenerationID, getObjectClass, isGenerationTracked, removeApplicationPlugin, removeApplicationPlugin, setLinkedGenerationID, setObjectClass, toStringgetPersistentID, setPersistentIndexvoid setLocationName(@AAFString String name) throws NullPointerException
Sets the location name of the text locator, which provides a text string containing information to help find the file containing the essence or the physical media.
name - Name property of the text locator.NullPointerException - The given name is null.Locator.setPath(String)@AAFString String getLocationName()
Returns the location name of the text locator, which provides a text string containing information to help find the file containing the essence or the physical media.
Locator.getPath()TextLocator clone()
Create a cloned copy of this text locator.
clone in interface InterchangeObjectclone in interface Locatorclone in interface MediaEntity(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.