|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextLocator
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.
makeTextLocator()
Method Summary | |
---|---|
String |
getName()
Returns the 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 |
setName(String name)
Sets the name of the text locator, which provides a text string containing information to help find the file containing the essence or the physical media. |
Methods inherited from interface tv.amwa.maj.iface.Locator |
---|
getPath, setPath |
Methods inherited from interface tv.amwa.maj.iface.InterchangeObject |
---|
countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, setPropertyValue |
Method Detail |
---|
void setName(@AAFString String name) throws NullPointerException
Sets the 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 getName()
Returns the 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()
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |