Media Authoring
with Java API

tv.amwa.maj.meta
Class TypeDefinitionInteger.IntegerValue

java.lang.Object
  extended by tv.amwa.maj.meta.TypeDefinitionInteger.BaseIntegerValue
      extended by tv.amwa.maj.meta.TypeDefinitionInteger.IntegerValue
All Implemented Interfaces:
PropertyValue
Enclosing class:
TypeDefinitionInteger

public static class TypeDefinitionInteger.IntegerValue
extends TypeDefinitionInteger.BaseIntegerValue
implements PropertyValue


Method Summary
 Integer getValue()
          Returns the value of the property through a generic Java object interface.
 
Methods inherited from class tv.amwa.maj.meta.TypeDefinitionInteger.BaseIntegerValue
getType, isDefinedType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tv.amwa.maj.iface.PropertyValue
getType
 

Method Detail

getValue

public Integer getValue()
Description copied from interface: PropertyValue

Returns the value of the property through a generic Java object interface. Alternative type-specific access methods are provided in each type definition.

For example, for a property value of a UInt32 type, this method returns an Integer. Values will need to be cast to appropriate types by the application. The value returned may be null, which may indicate that an optional property was not present.

Specified by:
getValue in interface PropertyValue
Returns:
Value of this property.
See Also:
TypeDefinition.createValue(Object)

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.