|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaggedValueDefinition
Specifies the documentation of tagged values used in a file. The name of the definition is the same as the name of the tagged value it documents. The description of the definition provides the documentation.
The extended optional parent properties property is available to assist applications but is not a built-in property that is persistent in files.
makeTaggedValueDefinition()
,
Dictionary.getTaggedValueDefinitions()
,
DefinitionObject.setDescription(String)
Method Summary | |
---|---|
void |
addParentProperty(PropertyDefinition parentProperty)
Add a parent property to the list of parent properties of this tagged value definition, which specify which properties specify tagged values of this kind. |
int |
countParentProperties()
Returns the number of parent properties of this tagged value definition, which specify which properties specify tagged values of this kind. |
Set<? extends PropertyDefinition> |
getParentProperties()
Returns the set of parent property definitions of this tagged value definition, which specify which properties specify tagged values of this kind. |
void |
removeParentProperty(PropertyDefinition parentProperty)
Removes the given parent property from the list of parent properties of this tagged value definition, which specify which properties specify tagged values of this type. |
Methods inherited from interface tv.amwa.maj.iface.DefinitionObject |
---|
getAUID, getDescription, getName, setDescription, setName |
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 addParentProperty(PropertyDefinition parentProperty) throws NullPointerException
Add a parent property to the list of parent properties of this tagged value definition, which specify which properties specify tagged values of this kind. For example, mob user comments or component attributes.
This is an extended optional property. If this property is omitted, a successful call to this method will make it present.
parentProperty
- Parent property to add to the list of parent properties
of the tagged value definition.
NullPointerException
- The given parent property is null
.Set<? extends PropertyDefinition> getParentProperties() throws PropertyNotPresentException
Returns the set of parent property definitions of this tagged value definition, which specify which properties specify tagged values of this kind. For example, mob user comments or component attributes. This is an extended optional property.
PropertyNotPresentException
- The optional parent properties property
is not present in this tagged value definition.@UInt32 int countParentProperties() throws PropertyNotPresentException
Returns the number of parent properties of this tagged value definition, which specify which properties specify tagged values of this kind. For example, mob user comments or component attributes. This is an extended optional property.
PropertyNotPresentException
- The optional parent properties property
is not present in this tagged value definition.void removeParentProperty(PropertyDefinition parentProperty) throws NullPointerException, NoMoreObjectsException, PropertyNotPresentException
Removes the given parent property from the list of parent properties of this tagged value definition, which specify which properties specify tagged values of this type. For example, mob user comments or component attributes. This is an extended optional property. Removing the last parent property from the set will omit the property.
parentProperty
- Property definition to remove from the list of parent
properties of this tagged value definition.
NullPointerException
- The given parent property to remove is not present
in the set of parent properties of this tagged value definition.
NoMoreObjectsException
- The property definition is not in the set
of parent property definitions of this tagged value definition.
PropertyNotPresentException
- The optional parent properties property
is not present in this tagged value definition.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |