|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefinitionType
Interface supported by all definition objects and meta definition objects. These kinds of objects are identified by a AUID, have a name and an optional description.
Method Summary | |
---|---|
AUID |
getAUID()
Returns the identification of the definition. |
String |
getDescription()
Returns the optional description of the definition. |
String |
getName()
Returns the name of the definition. |
Method Detail |
---|
AUID getAUID()
Returns the identification of the definition. This is normally a registered SMPTE universal label.
String getName()
Returns the name of the definition.
String getDescription() throws PropertyNotPresentException
Returns the optional description of the definition.
PropertyNotPresentException
- The optional name property is not present for the
definition.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |