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.
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.